#A28FA0

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

Shades of London Hue #A28FA0

Tints of London Hue #A28FA0

Color information

#A28FA0 (or 0xA28FA0) is unknown color: approx London Hue. HEX triplet: A2, 8F and A0. RGB value is (162,143,160). Sum of RGB (Red+Green+Blue) = 162+143+160=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A28FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28FA0 is #5D705F. Grayscale: #969696. Windows color (decimal): -6123616 or 10522530. OLE color: 10522530.

HSL color Cylindrical-coordinate representation of color #A28FA0: hue angle of 306.32º degrees, saturation: 0.09, 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 #A28FA0 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB162143160-
CMYK00.120.010.36
HSL306.32º9.27%59.8%-
HSV(B)306.32º11.73%63.53%-
XYZ31.0729.8637.38-
YUV150.62133.29136.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 143 (56.25% from 255) = 30.75%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=34.84%
G=30.75%
B=34.41%

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
Decimal16214316000.120.010.36306.329.2759.8
HexA28FA00C12413293c
Octal2422172400141444621174
Binary1010001010001111101000000110011001001001100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FA0; }

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

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

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

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

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

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

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

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