#A893AA

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

Shades of London Hue #A893AA

Tints of London Hue #A893AA

Color information

#A893AA (or 0xA893AA) is unknown color: approx London Hue. HEX triplet: A8, 93 and AA. RGB value is (168,147,170). Sum of RGB (Red+Green+Blue) = 168+147+170=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A893AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A893AA is #576C55. Grayscale: #9B9B9B. Windows color (decimal): -5729366 or 11178920. OLE color: 11178920.

HSL color Cylindrical-coordinate representation of color #A893AA: hue angle of 294.78º 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 #A893AA is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168147170-
CMYK0.010.1400.33
HSL294.78º11.92%62.16%-
HSV(B)294.78º13.53%66.67%-
XYZ33.8432.0942.44-
YUV155.9135.96136.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.64%
GREEN value IS 147 (57.81% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=34.64%
G=30.31%
B=35.05%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681471700.010.1400.33294.7811.9262.16
HexA893AA1E021127c3e
Octal2502232521160414471476
Binary1010100010010011101010101111001000011001001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A893AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A893AA; }

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

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

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

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

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

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

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

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