#A492A7

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

Shades of London Hue #A492A7

Tints of London Hue #A492A7

Color information

#A492A7 (or 0xA492A7) is unknown color: approx London Hue. HEX triplet: A4, 92 and A7. RGB value is (164,146,167). Sum of RGB (Red+Green+Blue) = 164+146+167=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 167 (65.62% from 255 or 35.01% from 477); Max value from RGB is 167 - color contains mainly: blue. Hex color #A492A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A492A7 is #5B6D58. Grayscale: #999999. Windows color (decimal): -5991769 or 10982052. OLE color: 10982052.

HSL color Cylindrical-coordinate representation of color #A492A7: hue angle of 291.43º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A492A7 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB164146167-
CMYK0.020.1300.35
HSL291.43º10.66%61.37%-
HSV(B)291.43º12.57%65.49%-
XYZ32.5631.2440.87-
YUV153.78135.46135.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 167 (65.62% from 255) = 35.01%
R=34.38%
G=30.61%
B=35.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1641461670.020.1300.35291.4310.6661.37
HexA492A72D023123b3d
Octal2442222472150434431375
Binary10100100100100101010011110110101000111001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A492A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A492A7; }

 p { color: rgb(164,146,167); }

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

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

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

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

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

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

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