#AF77CF

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

Shades of East Side #AF77CF

Tints of East Side #AF77CF

Color information

#AF77CF (or 0xAF77CF) is unknown color: approx East Side. HEX triplet: AF, 77 and CF. RGB value is (175,119,207). Sum of RGB (Red+Green+Blue) = 175+119+207=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 119 (46.88% from 255 or 23.75% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF77CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77CF is #508830. Grayscale: #919191. Windows color (decimal): -5277745 or 13596591. OLE color: 13596591.

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

Color convert

RGB175119207-
CMYK0.150.4300.19
HSL278.18º47.83%63.92%-
HSV(B)278.18º42.51%81.18%-
XYZ35.5426.8162.33-
YUV145.78162.55148.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 119 (46.88% from 255) = 23.75%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=34.93%
G=23.75%
B=41.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1751192070.150.4300.19278.1847.8363.92
HexAF77CFF2B0131163040
Octal257167317175302342660100
Binary1010111111101111100111111111010110100111000101101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77CF; }

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

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

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

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

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

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

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

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