#AF89CE

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

Shades of East Side #AF89CE

Tints of East Side #AF89CE

Color information

#AF89CE (or 0xAF89CE) is unknown color: approx East Side. HEX triplet: AF, 89 and CE. RGB value is (175,137,206). Sum of RGB (Red+Green+Blue) = 175+137+206=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF89CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF89CE is #507631. Grayscale: #9B9B9B. Windows color (decimal): -5273138 or 13535663. OLE color: 13535663.

HSL color Cylindrical-coordinate representation of color #AF89CE: hue angle of 273.04º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF89CE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175137206-
CMYK0.150.3300.19
HSL273.04º41.32%67.25%-
HSV(B)273.04º33.5%80.78%-
XYZ37.7731.4662.47-
YUV156.23156.09141.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 137 (53.91% from 255) = 26.45%
BLUE value IS 206 (80.86% from 255) = 39.77%
R=33.78%
G=26.45%
B=39.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751372060.150.3300.19273.0441.3267.25
HexAF89CEF210131112943
Octal257211316174102342151103
Binary10101111100010011100111011111000010100111000100011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF89CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF89CE; }

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

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

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

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

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

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

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

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