#AF8DCB

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

Shades of East Side #AF8DCB

Tints of East Side #AF8DCB

Color information

#AF8DCB (or 0xAF8DCB) is unknown color: approx East Side. HEX triplet: AF, 8D and CB. RGB value is (175,141,203). Sum of RGB (Red+Green+Blue) = 175+141+203=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8DCB is #507234. Grayscale: #9E9E9E. Windows color (decimal): -5272117 or 13340079. OLE color: 13340079.

HSL color Cylindrical-coordinate representation of color #AF8DCB: hue angle of 272.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF8DCB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175141203-
CMYK0.140.3100.20
HSL272.9º37.35%67.45%-
HSV(B)272.9º30.54%79.61%-
XYZ37.9832.4860.77-
YUV158.23153.26139.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=33.72%
G=27.17%
B=39.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751412030.140.3100.20272.937.3567.45
HexAF8DCBE1F0141112543
Octal257215313163702442145103
Binary1010111110001101110010111110111110101001000100011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8DCB; }

 p { color: rgb(175,141,203); }

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

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

 a { background-color: rgb(175,141,203); }

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

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

 span { border-color: rgb(175,141,203); }

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