#AF8EBF

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

Shades of East Side #AF8EBF

Tints of East Side #AF8EBF

Color information

#AF8EBF (or 0xAF8EBF) is unknown color: approx East Side. HEX triplet: AF, 8E and BF. RGB value is (175,142,191). Sum of RGB (Red+Green+Blue) = 175+142+191=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF8EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBF is #507140. Grayscale: #9D9D9D. Windows color (decimal): -5271873 or 12553903. OLE color: 12553903.

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

Color convert

RGB175142191-
CMYK0.080.2600.25
HSL280.41º27.68%65.29%-
HSV(B)280.41º25.65%74.9%-
XYZ36.7632.2253.57-
YUV157.45146.93140.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 191 (75% from 255) = 37.60%
R=34.45%
G=27.95%
B=37.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751421910.080.2600.25280.4127.6865.29
HexAF8EBF81A0191181c41
Octal257216277103203143034101
Binary101011111000111010111111100011010011001100011000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EBF; }

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

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

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

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

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

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

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

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