#A67BAB

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

Shades of London Hue #A67BAB

Tints of London Hue #A67BAB

Color information

#A67BAB (or 0xA67BAB) is unknown color: approx London Hue. HEX triplet: A6, 7B and AB. RGB value is (166,123,171). Sum of RGB (Red+Green+Blue) = 166+123+171=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #A67BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67BAB is #598454. Grayscale: #8D8D8D. Windows color (decimal): -5866581 or 11238310. OLE color: 11238310.

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

Color convert

RGB166123171-
CMYK0.030.2800.33
HSL293.75º22.22%57.65%-
HSV(B)293.75º28.07%67.06%-
XYZ30.1625.2141.81-
YUV141.33144.75145.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.09%
GREEN value IS 123 (48.44% from 255) = 26.74%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=36.09%
G=26.74%
B=37.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661231710.030.2800.33293.7522.2257.65
HexA67BAB31C021126163a
Octal2461732533340414462672
Binary101001101111011101010111111100010000110010011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67BAB; }

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

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

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

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

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

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

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

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