#A293A0

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

Shades of London Hue #A293A0

Tints of London Hue #A293A0

Color information

#A293A0 (or 0xA293A0) is unknown color: approx London Hue. HEX triplet: A2, 93 and A0. RGB value is (162,147,160). Sum of RGB (Red+Green+Blue) = 162+147+160=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 162 - color contains mainly: red. Hex color #A293A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A293A0 is #5D6C5F. Grayscale: #989898. Windows color (decimal): -6122592 or 10523554. OLE color: 10523554.

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

Color convert

RGB162147160-
CMYK00.090.010.36
HSL308º7.46%60.59%-
HSV(B)308º9.26%63.53%-
XYZ31.6831.0937.59-
YUV152.97131.97134.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.54%
GREEN value IS 147 (57.81% from 255) = 31.34%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=34.54%
G=31.34%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214716000.090.010.363087.4660.59
HexA293A00912413473d
Octal242223240011144464775
Binary101000101001001110100000010011100100100110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A293A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A293A0; }

 p { color: rgb(162,147,160); }

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

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

 a { background-color: rgb(162,147,160); }

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

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

 span { border-color: rgb(162,147,160); }

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