#A88AAD

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

Shades of London Hue #A88AAD

Tints of London Hue #A88AAD

Color information

#A88AAD (or 0xA88AAD) is unknown color: approx London Hue. HEX triplet: A8, 8A and AD. RGB value is (168,138,173). Sum of RGB (Red+Green+Blue) = 168+138+173=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #A88AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88AAD is #577552. Grayscale: #969696. Windows color (decimal): -5731667 or 11373224. OLE color: 11373224.

HSL color Cylindrical-coordinate representation of color #A88AAD: hue angle of 291.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A88AAD is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168138173-
CMYK0.030.2000.32
HSL291.43º17.59%60.98%-
HSV(B)291.43º20.23%67.84%-
XYZ32.7829.5243.51-
YUV150.96140.44140.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 138 (54.30% from 255) = 28.81%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=35.07%
G=28.81%
B=36.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681381730.030.2000.32291.4317.5960.98
HexA88AAD314020123123d
Octal2502122553240404432275
Binary1010100010001010101011011110100010000010010001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AAD; }

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

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

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

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

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

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

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

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