#AF78C9

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

Shades of East Side #AF78C9

Tints of East Side #AF78C9

Color information

#AF78C9 (or 0xAF78C9) is unknown color: approx East Side. HEX triplet: AF, 78 and C9. RGB value is (175,120,201). Sum of RGB (Red+Green+Blue) = 175+120+201=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF78C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78C9 is #508736. Grayscale: #919191. Windows color (decimal): -5277495 or 13203631. OLE color: 13203631.

HSL color Cylindrical-coordinate representation of color #AF78C9: hue angle of 280.74º 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 #AF78C9 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175120201-
CMYK0.130.4000.21
HSL280.74º42.86%62.94%-
HSV(B)280.74º40.3%78.82%-
XYZ34.9426.7658.58-
YUV145.68159.22148.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=35.28%
G=24.19%
B=40.52%

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
Decimal1751202010.130.4000.21280.7442.8662.94
HexAF78C9D280151192b3f
Octal25717031115500254315377
Binary101011111111000110010011101101000010101100011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF78C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF78C9; }

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

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

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

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

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

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

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

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