#A28BA0

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

Shades of London Hue #A28BA0

Tints of London Hue #A28BA0

Color information

#A28BA0 (or 0xA28BA0) is unknown color: approx London Hue. HEX triplet: A2, 8B and A0. RGB value is (162,139,160). Sum of RGB (Red+Green+Blue) = 162+139+160=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A28BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BA0 is #5D745F. Grayscale: #949494. Windows color (decimal): -6124640 or 10521506. OLE color: 10521506.

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

Color convert

RGB162139160-
CMYK00.140.010.36
HSL305.22º11%59.02%-
HSV(B)305.22º14.2%63.53%-
XYZ30.4828.6837.19-
YUV148.27134.62137.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.14%
GREEN value IS 139 (54.69% from 255) = 30.15%
BLUE value IS 160 (62.89% from 255) = 34.71%
R=35.14%
G=30.15%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213916000.140.010.36305.221159.02
HexA28BA00E124131b3b
Octal2422132400161444611373
Binary1010001010001011101000000111011001001001100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BA0; }

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

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

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

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

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

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

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

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