#AF79C8

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

Shades of East Side #AF79C8

Tints of East Side #AF79C8

Color information

#AF79C8 (or 0xAF79C8) is unknown color: approx East Side. HEX triplet: AF, 79 and C8. RGB value is (175,121,200). Sum of RGB (Red+Green+Blue) = 175+121+200=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF79C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79C8 is #508637. Grayscale: #919191. Windows color (decimal): -5277240 or 13138351. OLE color: 13138351.

HSL color Cylindrical-coordinate representation of color #AF79C8: hue angle of 281.01º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF79C8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175121200-
CMYK0.120.3900.22
HSL281.01º41.8%62.94%-
HSV(B)281.01º39.5%78.43%-
XYZ34.9426.9658.01-
YUV146.15158.39148.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=35.28%
G=24.40%
B=40.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751212000.120.3900.22281.0141.862.94
HexAF79C8C270161192a3f
Octal25717131014470264315277
Binary101011111111001110010001100100111010110100011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF79C8; }

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

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

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

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

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

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

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

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