#AF8ECB

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

Shades of East Side #AF8ECB

Tints of East Side #AF8ECB

Color information

#AF8ECB (or 0xAF8ECB) is unknown color: approx East Side. HEX triplet: AF, 8E and CB. RGB value is (175,142,203). Sum of RGB (Red+Green+Blue) = 175+142+203=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF8ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8ECB is #507134. Grayscale: #9E9E9E. Windows color (decimal): -5271861 or 13340335. OLE color: 13340335.

HSL color Cylindrical-coordinate representation of color #AF8ECB: hue angle of 272.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF8ECB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175142203-
CMYK0.140.3000.20
HSL272.46º36.97%67.65%-
HSV(B)272.46º30.05%79.61%-
XYZ38.1332.7760.82-
YUV158.82152.93139.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 203 (79.69% from 255) = 39.04%
R=33.65%
G=27.31%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751422030.140.3000.20272.4636.9767.65
HexAF8ECBE1E0141102544
Octal257216313163602442045104
Binary1010111110001110110010111110111100101001000100001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8ECB; }

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

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

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

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

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

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

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

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