#A292A3

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

Shades of London Hue #A292A3

Tints of London Hue #A292A3

Color information

#A292A3 (or 0xA292A3) is unknown color: approx London Hue. HEX triplet: A2, 92 and A3. RGB value is (162,146,163). Sum of RGB (Red+Green+Blue) = 162+146+163=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #A292A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A292A3 is #5D6D5C. Grayscale: #989898. Windows color (decimal): -6122845 or 10719906. OLE color: 10719906.

HSL color Cylindrical-coordinate representation of color #A292A3: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A292A3 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB162146163-
CMYK0.010.1000.36
HSL296.47º8.46%60.59%-
HSV(B)296.47º10.43%63.92%-
XYZ31.7930.8838.94-
YUV152.72133.8134.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.39%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=34.39%
G=31.00%
B=34.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621461630.010.1000.36296.478.4660.59
HexA292A31A02412883d
Octal2422222431120444501075
Binary1010001010010010101000111101001001001001010001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292A3; }

 p { color: rgb(162,146,163); }

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

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

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

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

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

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

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