#A67BAA

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

Shades of London Hue #A67BAA

Tints of London Hue #A67BAA

Color information

#A67BAA (or 0xA67BAA) is unknown color: approx London Hue. HEX triplet: A6, 7B and AA. RGB value is (166,123,170). Sum of RGB (Red+Green+Blue) = 166+123+170=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAA is #598455. Grayscale: #8D8D8D. Windows color (decimal): -5866582 or 11172774. OLE color: 11172774.

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

Color convert

RGB166123170-
CMYK0.020.2800.33
HSL294.89º21.66%57.45%-
HSV(B)294.89º27.65%66.67%-
XYZ30.0625.1841.3-
YUV141.22144.25145.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.17%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=36.17%
G=26.80%
B=37.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661231700.020.2800.33294.8921.6657.45
HexA67BAA21C0211271639
Octal2461732522340414472671
Binary101001101111011101010101011100010000110010011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BAA; }

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

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

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

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

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

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

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

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