#A67EAA

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

Shades of London Hue #A67EAA

Tints of London Hue #A67EAA

Color information

#A67EAA (or 0xA67EAA) is unknown color: approx London Hue. HEX triplet: A6, 7E and AA. RGB value is (166,126,170). Sum of RGB (Red+Green+Blue) = 166+126+170=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67EAA is #598155. Grayscale: #8E8E8E. Windows color (decimal): -5865814 or 11173542. OLE color: 11173542.

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

Color convert

RGB166126170-
CMYK0.020.2600.33
HSL294.55º20.56%58.04%-
HSV(B)294.55º25.88%66.67%-
XYZ30.4425.9341.43-
YUV142.98143.25144.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=35.93%
G=27.27%
B=36.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661261700.020.2600.33294.5520.5658.04
HexA67EAA21A021127153a
Octal2461762522320414472572
Binary101001101111110101010101011010010000110010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67EAA; }

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

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

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

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

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

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

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

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