#AF92B3

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

Shades of London Hue #AF92B3

Tints of London Hue #AF92B3

Color information

#AF92B3 (or 0xAF92B3) is unknown color: approx London Hue. HEX triplet: AF, 92 and B3. RGB value is (175,146,179). Sum of RGB (Red+Green+Blue) = 175+146+179=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF92B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92B3 is #506D4C. Grayscale: #9E9E9E. Windows color (decimal): -5270861 or 11768495. OLE color: 11768495.

HSL color Cylindrical-coordinate representation of color #AF92B3: hue angle of 292.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF92B3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175146179-
CMYK0.020.1800.30
HSL292.73º17.84%63.73%-
HSV(B)292.73º18.44%70.2%-
XYZ36.0932.9347.1-
YUV158.43139.61139.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35%
GREEN value IS 146 (57.42% from 255) = 29.2%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=35%
G=29.2%
B=35.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751461790.020.1800.30292.7317.8463.73
HexAF92B321201E1251240
Octal25722226322203644522100
Binary1010111110010010101100111010010011110100100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF92B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF92B3; }

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

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

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

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

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

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

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

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