#A28BA4

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

Shades of London Hue #A28BA4

Tints of London Hue #A28BA4

Color information

#A28BA4 (or 0xA28BA4) is unknown color: approx London Hue. HEX triplet: A2, 8B and A4. RGB value is (162,139,164). Sum of RGB (Red+Green+Blue) = 162+139+164=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #A28BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28BA4 is #5D745B. Grayscale: #949494. Windows color (decimal): -6124636 or 10783650. OLE color: 10783650.

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

Color convert

RGB162139164-
CMYK0.010.1500.36
HSL295.2º12.08%59.41%-
HSV(B)295.2º15.24%64.31%-
XYZ30.8328.8339.06-
YUV148.73136.62137.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 139 (54.69% from 255) = 29.89%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=34.84%
G=29.89%
B=35.27%

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
Decimal1621391640.010.1500.36295.212.0859.41
HexA28BA41F024127c3b
Octal2422132441170444471473
Binary1010001010001011101001001111101001001001001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BA4; }

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

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

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

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

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

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

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

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