#AF8AC9

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

Shades of East Side #AF8AC9

Tints of East Side #AF8AC9

Color information

#AF8AC9 (or 0xAF8AC9) is unknown color: approx East Side. HEX triplet: AF, 8A and C9. RGB value is (175,138,201). Sum of RGB (Red+Green+Blue) = 175+138+201=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC9 is #507536. Grayscale: #9C9C9C. Windows color (decimal): -5272887 or 13208239. OLE color: 13208239.

HSL color Cylindrical-coordinate representation of color #AF8AC9: hue angle of 275.24º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8AC9 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175138201-
CMYK0.130.3100.21
HSL275.24º36.84%66.47%-
HSV(B)275.24º31.34%78.82%-
XYZ37.3131.5159.37-
YUV156.24153.26141.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 138 (54.30% from 255) = 26.85%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=34.05%
G=26.85%
B=39.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751382010.130.3100.21275.2436.8466.47
HexAF8AC9D1F0151132542
Octal257212311153702542345102
Binary1010111110001010110010011101111110101011000100111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8AC9; }

 p { color: rgb(175,138,201); }

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

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

 a { background-color: rgb(175,138,201); }

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

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

 span { border-color: rgb(175,138,201); }

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