#AF77CE

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

Shades of East Side #AF77CE

Tints of East Side #AF77CE

Color information

#AF77CE (or 0xAF77CE) is unknown color: approx East Side. HEX triplet: AF, 77 and CE. RGB value is (175,119,206). Sum of RGB (Red+Green+Blue) = 175+119+206=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF77CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CE is #508831. Grayscale: #919191. Windows color (decimal): -5277746 or 13531055. OLE color: 13531055.

HSL color Cylindrical-coordinate representation of color #AF77CE: hue angle of 278.62º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF77CE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB175119206-
CMYK0.150.4200.19
HSL278.62º47.03%63.73%-
HSV(B)278.62º42.23%80.78%-
XYZ35.4226.7661.69-
YUV145.66162.05148.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 119 (46.88% from 255) = 23.8%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=35%
G=23.8%
B=41.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751192060.150.4200.19278.6247.0363.73
HexAF77CEF2A0131172f40
Octal257167316175202342757100
Binary1010111111101111100111011111010100100111000101111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77CE; }

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

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

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

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

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

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

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

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