#A67CAA

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

Shades of London Hue #A67CAA

Tints of London Hue #A67CAA

Color information

#A67CAA (or 0xA67CAA) is unknown color: approx London Hue. HEX triplet: A6, 7C and AA. RGB value is (166,124,170). Sum of RGB (Red+Green+Blue) = 166+124+170=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 124 (48.83% from 255 or 26.96% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A67CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67CAA is #598355. Grayscale: #8D8D8D. Windows color (decimal): -5866326 or 11173030. OLE color: 11173030.

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

Color convert

RGB166124170-
CMYK0.020.2700.33
HSL294.78º21.3%57.65%-
HSV(B)294.78º27.06%66.67%-
XYZ30.1925.4241.35-
YUV141.8143.91145.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 124 (48.83% from 255) = 26.96%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=36.09%
G=26.96%
B=36.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661241700.020.2700.33294.7821.357.65
HexA67CAA21B021127153a
Octal2461742522330414472572
Binary101001101111100101010101011011010000110010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CAA; }

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

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

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

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

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

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

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

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