#AA6DBA

Color #AA6DBA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #AA6DBA

Tints of Deep Lilac #AA6DBA

Color information

#AA6DBA (or 0xAA6DBA) is unknown color: approx Deep Lilac. HEX triplet: AA, 6D and BA. RGB value is (170,109,186). Sum of RGB (Red+Green+Blue) = 170+109+186=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DBA is #559245. Grayscale: #878787. Windows color (decimal): -5608006 or 12217770. OLE color: 12217770.

HSL color Cylindrical-coordinate representation of color #AA6DBA: hue angle of 287.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA6DBA is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170109186-
CMYK0.090.4100.27
HSL287.53º35.81%57.84%-
HSV(B)287.53º41.4%72.94%-
XYZ30.9123.0349.27-
YUV136.02156.21152.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 186 (73.05% from 255) = 40%
R=36.56%
G=23.44%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701091860.090.4100.27287.5335.8157.84
HexAA6DBA92901B120243a
Octal25215527211510334404472
Binary101010101101101101110101001101001011011100100000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DBA; }

 p { color: rgb(170,109,186); }

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

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

 a { background-color: rgb(170,109,186); }

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

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

 span { border-color: rgb(170,109,186); }

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