#AF8ECA

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

Shades of East Side #AF8ECA

Tints of East Side #AF8ECA

Color information

#AF8ECA (or 0xAF8ECA) is unknown color: approx East Side. HEX triplet: AF, 8E and CA. RGB value is (175,142,202). Sum of RGB (Red+Green+Blue) = 175+142+202=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF8ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECA is #507135. Grayscale: #9E9E9E. Windows color (decimal): -5271862 or 13274799. OLE color: 13274799.

HSL color Cylindrical-coordinate representation of color #AF8ECA: hue angle of 273º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8ECA is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175142202-
CMYK0.130.3000.21
HSL273º36.14%67.45%-
HSV(B)273º29.7%79.22%-
XYZ38.0132.7260.19-
YUV158.71152.43139.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 142 (55.86% from 255) = 27.36%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=33.72%
G=27.36%
B=38.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751422020.130.3000.2127336.1467.45
HexAF8ECAD1E0151112443
Octal257216312153602542144103
Binary1010111110001110110010101101111100101011000100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ECA; }

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

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

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

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

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

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

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

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