#AF95C6

Color #AF95C6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF95C6

Tints of East Side #AF95C6

Color information

#AF95C6 (or 0xAF95C6) is unknown color: approx East Side. HEX triplet: AF, 95 and C6. RGB value is (175,149,198). Sum of RGB (Red+Green+Blue) = 175+149+198=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF95C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C6 is #506A39. Grayscale: #A2A2A2. Windows color (decimal): -5270074 or 13014447. OLE color: 13014447.

HSL color Cylindrical-coordinate representation of color #AF95C6: hue angle of 271.84º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF95C6 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175149198-
CMYK0.120.2500.22
HSL271.84º30.06%68.04%-
HSV(B)271.84º24.75%77.65%-
XYZ38.6234.6958.09-
YUV162.36148.11137.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=33.52%
G=28.54%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751491980.120.2500.22271.8430.0668.04
HexAF95C6C190161101e44
Octal257225306143102642036104
Binary101011111001010111000110110011001010110100010000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF95C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF95C6; }

 p { color: rgb(175,149,198); }

 H1.HeaderClassName
 {
   color: #AF95C6;
 }
 .AnyTagClassName
 {
   color: #AF95C6;
 }
</style>
background-color css

<style>
 a { background-color: #AF95C6; }

 a { background-color: rgb(175,149,198); }

 div.DivClassName
 {
   background-color: #AF95C6;
 }
 .BgClassName
 {
   background-color: #AF95C6;
 }
</style>
border-color css

<style>
 span { border-color: #AF95C6; }

 span { border-color: rgb(175,149,198); }

 td.TdClassName
 {
   border-color: #AF95C6;
 }
 .TagClassName
 {
   border-color: #AF95C6;
 }
</style>