#AF89CB

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

Shades of East Side #AF89CB

Tints of East Side #AF89CB

Color information

#AF89CB (or 0xAF89CB) is unknown color: approx East Side. HEX triplet: AF, 89 and CB. RGB value is (175,137,203). Sum of RGB (Red+Green+Blue) = 175+137+203=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CB is #507634. Grayscale: #9B9B9B. Windows color (decimal): -5273141 or 13339055. OLE color: 13339055.

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

Color convert

RGB175137203-
CMYK0.140.3300.20
HSL274.55º38.82%66.67%-
HSV(B)274.55º32.51%79.61%-
XYZ37.431.3260.57-
YUV155.89154.59141.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 137 (53.91% from 255) = 26.60%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=33.98%
G=26.60%
B=39.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751372030.140.3300.20274.5538.8266.67
HexAF89CBE210141132743
Octal257211313164102442347103
Binary10101111100010011100101111101000010101001000100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89CB; }

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

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

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

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

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

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

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

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