#AF7EC0

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

Shades of East Side #AF7EC0

Tints of East Side #AF7EC0

Color information

#AF7EC0 (or 0xAF7EC0) is unknown color: approx East Side. HEX triplet: AF, 7E and C0. RGB value is (175,126,192). Sum of RGB (Red+Green+Blue) = 175+126+192=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF7EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7EC0 is #50813F. Grayscale: #939393. Windows color (decimal): -5275968 or 12615343. OLE color: 12615343.

HSL color Cylindrical-coordinate representation of color #AF7EC0: hue angle of 284.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF7EC0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175126192-
CMYK0.090.3400.25
HSL284.55º34.38%62.35%-
HSV(B)284.55º34.38%75.29%-
XYZ34.6527.8453.42-
YUV148.17152.73147.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=35.50%
G=25.56%
B=38.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751261920.090.3400.25284.5534.3862.35
HexAF7EC092201911d223e
Octal25717630011420314354276
Binary101011111111110110000001001100010011001100011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7EC0; }

 p { color: rgb(175,126,192); }

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

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

 a { background-color: rgb(175,126,192); }

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

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

 span { border-color: rgb(175,126,192); }

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