#AF77AC

Color #AF77AC London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #AF77AC

Tints of London Hue #AF77AC

Color information

#AF77AC (or 0xAF77AC) is unknown color: approx London Hue. HEX triplet: AF, 77 and AC. RGB value is (175,119,172). Sum of RGB (Red+Green+Blue) = 175+119+172=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 119 (46.88% from 255 or 25.54% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77AC is #508853. Grayscale: #8D8D8D. Windows color (decimal): -5277780 or 11302831. OLE color: 11302831.

HSL color Cylindrical-coordinate representation of color #AF77AC: hue angle of 303.21º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF77AC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175119172-
CMYK00.320.020.31
HSL303.21º25.93%57.65%-
HSV(B)303.21º32%68.63%-
XYZ31.7225.2942.24-
YUV141.79145.05151.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 119 (46.88% from 255) = 25.54%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=37.55%
G=25.54%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511917200.320.020.31303.2125.9357.65
HexAF77AC02021F12f1a3a
Octal2571672540402374573272
Binary101011111110111101011000100000101111110010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77AC; }

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

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

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

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

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

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

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

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