#A28EA0

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

Shades of London Hue #A28EA0

Tints of London Hue #A28EA0

Color information

#A28EA0 (or 0xA28EA0) is unknown color: approx London Hue. HEX triplet: A2, 8E and A0. RGB value is (162,142,160). Sum of RGB (Red+Green+Blue) = 162+142+160=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A28EA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28EA0 is #5D715F. Grayscale: #959595. Windows color (decimal): -6123872 or 10522274. OLE color: 10522274.

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

Color convert

RGB162142160-
CMYK00.120.010.36
HSL306º9.71%59.61%-
HSV(B)306º12.35%63.53%-
XYZ30.9229.5737.33-
YUV150.03133.63136.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 160 (62.89% from 255) = 34.48%
R=34.91%
G=30.60%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214216000.120.010.363069.7159.61
HexA28EA00C124132a3c
Octal2422162400141444621274
Binary1010001010001110101000000110011001001001100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EA0; }

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

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

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

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

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

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

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

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