#AF77B0

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

Shades of London Hue #AF77B0

Tints of London Hue #AF77B0

Color information

#AF77B0 (or 0xAF77B0) is unknown color: approx London Hue. HEX triplet: AF, 77 and B0. RGB value is (175,119,176). Sum of RGB (Red+Green+Blue) = 175+119+176=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 176 - color contains mainly: blue. Hex color #AF77B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF77B0 is #50884F. Grayscale: #8E8E8E. Windows color (decimal): -5277776 or 11564975. OLE color: 11564975.

HSL color Cylindrical-coordinate representation of color #AF77B0: hue angle of 298.95º degrees, saturation: 0.27, 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 #AF77B0 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175119176-
CMYK0.010.3200.31
HSL298.95º26.51%57.84%-
HSV(B)298.95º32.39%69.02%-
XYZ32.1125.4444.29-
YUV142.24147.05151.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 119 (46.88% from 255) = 25.32%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=37.23%
G=25.32%
B=37.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751191760.010.3200.31298.9526.5157.84
HexAF77B012001F12b1b3a
Octal2571672601400374533372
Binary10101111111011110110000110000001111110010101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF77B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF77B0; }

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

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

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

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

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

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

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

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