#AF8EBC

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

Shades of East Side #AF8EBC

Tints of East Side #AF8EBC

Color information

#AF8EBC (or 0xAF8EBC) is unknown color: approx East Side. HEX triplet: AF, 8E and BC. RGB value is (175,142,188). Sum of RGB (Red+Green+Blue) = 175+142+188=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBC is #507143. Grayscale: #9C9C9C. Windows color (decimal): -5271876 or 12357295. OLE color: 12357295.

HSL color Cylindrical-coordinate representation of color #AF8EBC: hue angle of 283.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF8EBC is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175142188-
CMYK0.070.2400.26
HSL283.04º25.56%64.71%-
HSV(B)283.04º24.47%73.73%-
XYZ36.4332.0951.85-
YUV157.11145.43140.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 142 (55.86% from 255) = 28.12%
BLUE value IS 188 (73.83% from 255) = 37.23%
R=34.65%
G=28.12%
B=37.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751421880.070.2400.26283.0425.5664.71
HexAF8EBC71801A11b1a41
Octal25721627473003243332101
Binary10101111100011101011110011111000011010100011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EBC; }

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

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

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

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

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

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

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

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