#A68EAA

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

Shades of London Hue #A68EAA

Tints of London Hue #A68EAA

Color information

#A68EAA (or 0xA68EAA) is unknown color: approx London Hue. HEX triplet: A6, 8E and AA. RGB value is (166,142,170). Sum of RGB (Red+Green+Blue) = 166+142+170=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68EAA is #597155. Grayscale: #989898. Windows color (decimal): -5861718 or 11177638. OLE color: 11177638.

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

Color convert

RGB166142170-
CMYK0.020.1600.33
HSL291.43º14.14%61.18%-
HSV(B)291.43º16.47%66.67%-
XYZ32.6530.3642.17-
YUV152.37137.95137.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=34.73%
G=29.71%
B=35.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661421700.020.1600.33291.4314.1461.18
HexA68EAA210021123e3d
Octal2462162522200414431675
Binary101001101000111010101010101000001000011001000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68EAA; }

 p { color: rgb(166,142,170); }

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

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

 a { background-color: rgb(166,142,170); }

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

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

 span { border-color: rgb(166,142,170); }

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