#A893AB

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

Shades of London Hue #A893AB

Tints of London Hue #A893AB

Color information

#A893AB (or 0xA893AB) is unknown color: approx London Hue. HEX triplet: A8, 93 and AB. RGB value is (168,147,171). Sum of RGB (Red+Green+Blue) = 168+147+171=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A893AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893AB is #576C54. Grayscale: #9B9B9B. Windows color (decimal): -5729365 or 11244456. OLE color: 11244456.

HSL color Cylindrical-coordinate representation of color #A893AB: hue angle of 292.5º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A893AB is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168147171-
CMYK0.020.1400.33
HSL292.5º12.5%62.35%-
HSV(B)292.5º14.04%67.06%-
XYZ33.9332.1342.94-
YUV156.02136.46136.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=34.57%
G=30.25%
B=35.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681471710.020.1400.33292.512.562.35
HexA893AB2E021124c3e
Octal2502232532160414441476
Binary10101000100100111010101110111001000011001001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893AB; }

 p { color: rgb(168,147,171); }

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

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

 a { background-color: rgb(168,147,171); }

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

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

 span { border-color: rgb(168,147,171); }

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