#A88AAA

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

Shades of London Hue #A88AAA

Tints of London Hue #A88AAA

Color information

#A88AAA (or 0xA88AAA) is unknown color: approx London Hue. HEX triplet: A8, 8A and AA. RGB value is (168,138,170). Sum of RGB (Red+Green+Blue) = 168+138+170=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 170 - color contains mainly: blue. Hex color #A88AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAA is #577555. Grayscale: #969696. Windows color (decimal): -5731670 or 11176616. OLE color: 11176616.

HSL color Cylindrical-coordinate representation of color #A88AAA: hue angle of 296.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A88AAA is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168138170-
CMYK0.010.1900.33
HSL296.25º15.84%60.39%-
HSV(B)296.25º18.82%66.67%-
XYZ32.4929.441.99-
YUV150.62138.94140.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 170 (66.80% from 255) = 35.71%
R=35.29%
G=28.99%
B=35.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681381700.010.1900.33296.2515.8460.39
HexA88AAA113021128103c
Octal2502122521230414502074
Binary101010001000101010101010110011010000110010100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AAA; }

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

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

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

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

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

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

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

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