#AF8CCB

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

Shades of East Side #AF8CCB

Tints of East Side #AF8CCB

Color information

#AF8CCB (or 0xAF8CCB) is unknown color: approx East Side. HEX triplet: AF, 8C and CB. RGB value is (175,140,203). Sum of RGB (Red+Green+Blue) = 175+140+203=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CCB is #507334. Grayscale: #9D9D9D. Windows color (decimal): -5272373 or 13339823. OLE color: 13339823.

HSL color Cylindrical-coordinate representation of color #AF8CCB: hue angle of 273.33º degrees, saturation: 0.38, 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 #AF8CCB is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175140203-
CMYK0.140.3100.20
HSL273.33º37.72%67.25%-
HSV(B)273.33º31.03%79.61%-
XYZ37.8432.1860.72-
YUV157.65153.6140.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 140 (55.08% from 255) = 27.03%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=33.78%
G=27.03%
B=39.19%

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
Decimal1751402030.140.3100.20273.3337.7267.25
HexAF8CCBE1F0141112643
Octal257214313163702442146103
Binary1010111110001100110010111110111110101001000100011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8CCB; }

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

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

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

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

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

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

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

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