#A28CA4

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

Shades of London Hue #A28CA4

Tints of London Hue #A28CA4

Color information

#A28CA4 (or 0xA28CA4) is unknown color: approx London Hue. HEX triplet: A2, 8C and A4. RGB value is (162,140,164). Sum of RGB (Red+Green+Blue) = 162+140+164=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 164 - color contains mainly: blue. Hex color #A28CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28CA4 is #5D735B. Grayscale: #959595. Windows color (decimal): -6124380 or 10783906. OLE color: 10783906.

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

Color convert

RGB162140164-
CMYK0.010.1500.36
HSL295º11.65%59.61%-
HSV(B)295º14.63%64.31%-
XYZ30.9829.1239.11-
YUV149.31136.29137.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=34.76%
G=30.04%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621401640.010.1500.3629511.6559.61
HexA28CA41F024127c3c
Octal2422142441170444471474
Binary1010001010001100101001001111101001001001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CA4; }

 p { color: rgb(162,140,164); }

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

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

 a { background-color: rgb(162,140,164); }

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

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

 span { border-color: rgb(162,140,164); }

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