#AF7ECA

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

Shades of East Side #AF7ECA

Tints of East Side #AF7ECA

Color information

#AF7ECA (or 0xAF7ECA) is unknown color: approx East Side. HEX triplet: AF, 7E and CA. RGB value is (175,126,202). Sum of RGB (Red+Green+Blue) = 175+126+202=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ECA is #508135. Grayscale: #959595. Windows color (decimal): -5275958 or 13270703. OLE color: 13270703.

HSL color Cylindrical-coordinate representation of color #AF7ECA: hue angle of 278.68º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7ECA is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175126202-
CMYK0.130.3800.21
HSL278.68º41.76%64.31%-
HSV(B)278.68º37.62%79.22%-
XYZ35.828.359.45-
YUV149.31157.73146.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 126 (49.61% from 255) = 25.05%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=34.79%
G=25.05%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751262020.130.3800.21278.6841.7664.31
HexAF7ECAD260151172a40
Octal257176312154602542752100
Binary1010111111111101100101011011001100101011000101111010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ECA; }

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

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

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

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

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

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

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

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