#af77c6

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

Shades of East Side #AF77C6

Tints of East Side #AF77C6

Color information

#AF77C6 (or 0xAF77C6) is unknown color: approx East Side. HEX triplet: AF, 77 and C6. RGB value is (175,119,198). Sum of RGB (Red+Green+Blue) = 175+119+198=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF77C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77C6 is #508839. Grayscale: #909090. Windows color (decimal): -5277754 or 13006767. OLE color: 13006767.

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

Color convert

RGB175119198-
CMYK0.120.4000.22
HSL282.53º40.93%62.16%-
HSV(B)282.53º39.9%77.65%-
XYZ34.4726.3856.7-
YUV144.75158.05149.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=35.57%
G=24.19%
B=40.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751191980.120.4000.22282.5340.9362.16
HexAF77C6C2801611b293e
Octal25716730614500264335176
Binary101011111110111110001101100101000010110100011011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af77c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af77c6; }

 p { color: rgb(175,119,198); }

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

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

 a { background-color: rgb(175,119,198); }

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

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

 span { border-color: rgb(175,119,198); }

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