#A68BAA

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

Shades of London Hue #A68BAA

Tints of London Hue #A68BAA

Color information

#A68BAA (or 0xA68BAA) is unknown color: approx London Hue. HEX triplet: A6, 8B and AA. RGB value is (166,139,170). Sum of RGB (Red+Green+Blue) = 166+139+170=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #A68BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68BAA is #597455. Grayscale: #969696. Windows color (decimal): -5862486 or 11176870. OLE color: 11176870.

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

Color convert

RGB166139170-
CMYK0.020.1800.33
HSL292.26º15.42%60.59%-
HSV(B)292.26º18.24%66.67%-
XYZ32.2129.4742.02-
YUV150.61138.95138.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=34.95%
G=29.26%
B=35.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661391700.020.1800.33292.2615.4260.59
HexA68BAA212021124f3d
Octal2462132522220414441775
Binary101001101000101110101010101001001000011001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BAA; }

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

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

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

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

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

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

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

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