#AF9EBF

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

Shades of East Side #AF9EBF

Tints of East Side #AF9EBF

Color information

#AF9EBF (or 0xAF9EBF) is unknown color: approx East Side. HEX triplet: AF, 9E and BF. RGB value is (175,158,191). Sum of RGB (Red+Green+Blue) = 175+158+191=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF9EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EBF is #506140. Grayscale: #A6A6A6. Windows color (decimal): -5267777 or 12557999. OLE color: 12557999.

HSL color Cylindrical-coordinate representation of color #AF9EBF: hue angle of 270.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9EBF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175158191-
CMYK0.080.1700.25
HSL270.91º20.5%68.43%-
HSV(B)270.91º17.28%74.9%-
XYZ39.3137.3354.42-
YUV166.84141.63133.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 191 (75% from 255) = 36.45%
R=33.40%
G=30.15%
B=36.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751581910.080.1700.25270.9120.568.43
HexAF9EBF81101910f1444
Octal257236277102103141724104
Binary101011111001111010111111100010001011001100001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EBF; }

 p { color: rgb(175,158,191); }

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

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

 a { background-color: rgb(175,158,191); }

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

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

 span { border-color: rgb(175,158,191); }

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