#AF92AF

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

Shades of London Hue #AF92AF

Tints of London Hue #AF92AF

Color information

#AF92AF (or 0xAF92AF) is unknown color: approx London Hue. HEX triplet: AF, 92 and AF. RGB value is (175,146,175). Sum of RGB (Red+Green+Blue) = 175+146+175=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF92AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF92AF is #506D50. Grayscale: #9D9D9D. Windows color (decimal): -5270865 or 11506351. OLE color: 11506351.

HSL color Cylindrical-coordinate representation of color #AF92AF: hue angle of 300º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF92AF is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175146175-
CMYK00.1700.31
HSL300º15.34%62.94%-
HSV(B)300º16.57%68.63%-
XYZ35.732.7745-
YUV157.98137.61140.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=35.28%
G=29.44%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514617500.1700.3130015.3462.94
HexAF92AF01101F12cf3f
Octal2572222570210374541777
Binary1010111110010010101011110100010111111001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92AF; }

 p { color: rgb(175,146,175); }

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

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

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

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

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

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

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