#AF7ED5

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

Shades of East Side #AF7ED5

Tints of East Side #AF7ED5

Color information

#AF7ED5 (or 0xAF7ED5) is unknown color: approx East Side. HEX triplet: AF, 7E and D5. RGB value is (175,126,213). Sum of RGB (Red+Green+Blue) = 175+126+213=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ED5 is #50812A. Grayscale: #969696. Windows color (decimal): -5275947 or 13991599. OLE color: 13991599.

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

Color convert

RGB175126213-
CMYK0.180.4100.16
HSL273.79º50.88%66.47%-
HSV(B)273.79º40.85%83.53%-
XYZ37.1528.8466.56-
YUV150.57163.23145.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 126 (49.61% from 255) = 24.51%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=34.05%
G=24.51%
B=41.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1751262130.180.4100.16273.7950.8866.47
HexAF7ED512290101123342
Octal257176325225102042263102
Binary10101111111111011010101100101010010100001000100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7ED5; }

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

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

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

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

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

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

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

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