#AF7ED7

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

Shades of East Side #AF7ED7

Tints of East Side #AF7ED7

Color information

#AF7ED7 (or 0xAF7ED7) is unknown color: approx East Side. HEX triplet: AF, 7E and D7. RGB value is (175,126,215). Sum of RGB (Red+Green+Blue) = 175+126+215=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF7ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED7 is #508128. Grayscale: #969696. Windows color (decimal): -5275945 or 14122671. OLE color: 14122671.

HSL color Cylindrical-coordinate representation of color #AF7ED7: hue angle of 273.03º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7ED7 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175126215-
CMYK0.190.4100.16
HSL273.03º52.66%66.86%-
HSV(B)273.03º41.4%84.31%-
XYZ37.4128.9467.9-
YUV150.8164.23145.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 215 (84.38% from 255) = 41.67%
R=33.91%
G=24.42%
B=41.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751262150.190.4100.16273.0352.6666.86
HexAF7ED713290101113543
Octal257176327235102042165103
Binary10101111111111011010111100111010010100001000100011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ED7; }

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

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

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

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

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

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

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

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