#AF79C9

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

Shades of East Side #AF79C9

Tints of East Side #AF79C9

Color information

#AF79C9 (or 0xAF79C9) is unknown color: approx East Side. HEX triplet: AF, 79 and C9. RGB value is (175,121,201). Sum of RGB (Red+Green+Blue) = 175+121+201=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 201 (78.91% from 255 or 40.44% from 497); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF79C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79C9 is #508636. Grayscale: #929292. Windows color (decimal): -5277239 or 13203887. OLE color: 13203887.

HSL color Cylindrical-coordinate representation of color #AF79C9: hue angle of 280.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF79C9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175121201-
CMYK0.130.4000.21
HSL280.5º42.55%63.14%-
HSV(B)280.5º39.8%78.82%-
XYZ35.0627.0158.62-
YUV146.27158.89148.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 201 (78.91% from 255) = 40.44%
R=35.21%
G=24.35%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751212010.130.4000.21280.542.5563.14
HexAF79C9D280151182b3f
Octal25717131115500254305377
Binary101011111111001110010011101101000010101100011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79C9; }

 p { color: rgb(175,121,201); }

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

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

 a { background-color: rgb(175,121,201); }

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

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

 span { border-color: rgb(175,121,201); }

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