#A992AD

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

Shades of London Hue #A992AD

Tints of London Hue #A992AD

Color information

#A992AD (or 0xA992AD) is unknown color: approx London Hue. HEX triplet: A9, 92 and AD. RGB value is (169,146,173). Sum of RGB (Red+Green+Blue) = 169+146+173=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A992AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A992AD is #566D52. Grayscale: #9B9B9B. Windows color (decimal): -5664083 or 11375273. OLE color: 11375273.

HSL color Cylindrical-coordinate representation of color #A992AD: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A992AD is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169146173-
CMYK0.020.1600.32
HSL291.11º14.14%62.55%-
HSV(B)291.11º15.61%67.84%-
XYZ34.1832.0143.91-
YUV155.96137.62137.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=34.63%
G=29.92%
B=35.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691461730.020.1600.32291.1114.1462.55
HexA992AD210020123e3f
Octal2512222552200404431677
Binary101010011001001010101101101000001000001001000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992AD; }

 p { color: rgb(169,146,173); }

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

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

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

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

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

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

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