#AF9AC2

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

Shades of East Side #AF9AC2

Tints of East Side #AF9AC2

Color information

#AF9AC2 (or 0xAF9AC2) is unknown color: approx East Side. HEX triplet: AF, 9A and C2. RGB value is (175,154,194). Sum of RGB (Red+Green+Blue) = 175+154+194=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF9AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AC2 is #50653D. Grayscale: #A4A4A4. Windows color (decimal): -5268798 or 12753583. OLE color: 12753583.

HSL color Cylindrical-coordinate representation of color #AF9AC2: hue angle of 271.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF9AC2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175154194-
CMYK0.100.2100.24
HSL271.5º24.69%68.24%-
HSV(B)271.5º20.62%76.08%-
XYZ38.9736.1255.96-
YUV164.84144.46135.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=33.46%
G=29.45%
B=37.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751541940.100.2100.24271.524.6968.24
HexAF9AC2A150181101944
Octal257232302122503042031104
Binary101011111001101011000010101010101011000100010000110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AC2; }

 p { color: rgb(175,154,194); }

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

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

 a { background-color: rgb(175,154,194); }

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

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

 span { border-color: rgb(175,154,194); }

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