#A68AA2

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

Shades of London Hue #A68AA2

Tints of London Hue #A68AA2

Color information

#A68AA2 (or 0xA68AA2) is unknown color: approx London Hue. HEX triplet: A6, 8A and A2. RGB value is (166,138,162). Sum of RGB (Red+Green+Blue) = 166+138+162=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 166 - color contains mainly: red. Hex color #A68AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68AA2 is #59755D. Grayscale: #959595. Windows color (decimal): -5862750 or 10652326. OLE color: 10652326.

HSL color Cylindrical-coordinate representation of color #A68AA2: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A68AA2 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB166138162-
CMYK00.170.020.35
HSL308.57º13.59%59.61%-
HSV(B)308.57º16.87%65.1%-
XYZ31.3428.8938.11-
YUV149.11135.28140.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 138 (54.30% from 255) = 29.61%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=35.62%
G=29.61%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613816200.170.020.35308.5713.5959.61
HexA68AA2011223135e3c
Octal2462122420212434651674
Binary101001101000101010100010010001101000111001101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68AA2; }

 p { color: rgb(166,138,162); }

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

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

 a { background-color: rgb(166,138,162); }

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

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

 span { border-color: rgb(166,138,162); }

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