#AF80A7

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

Shades of London Hue #AF80A7

Tints of London Hue #AF80A7

Color information

#AF80A7 (or 0xAF80A7) is unknown color: approx London Hue. HEX triplet: AF, 80 and A7. RGB value is (175,128,167). Sum of RGB (Red+Green+Blue) = 175+128+167=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A7 is #507F58. Grayscale: #929292. Windows color (decimal): -5275481 or 10977455. OLE color: 10977455.

HSL color Cylindrical-coordinate representation of color #AF80A7: hue angle of 310.21º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80A7 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB175128167-
CMYK00.270.050.31
HSL310.21º22.71%59.41%-
HSV(B)310.21º26.86%68.63%-
XYZ32.3727.3440.13-
YUV146.5139.57148.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 128 (50.39% from 255) = 27.23%
BLUE value IS 167 (65.62% from 255) = 35.53%
R=37.23%
G=27.23%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512816700.270.050.31310.2122.7159.41
HexAF80A701B51F136173b
Octal2572002470335374662773
Binary1010111110000000101001110110111011111110011011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80A7; }

 p { color: rgb(175,128,167); }

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

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

 a { background-color: rgb(175,128,167); }

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

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

 span { border-color: rgb(175,128,167); }

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