#AA67BD

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

Shades of Deep Lilac #AA67BD

Tints of Deep Lilac #AA67BD

Color information

#AA67BD (or 0xAA67BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 67 and BD. RGB value is (170,103,189). Sum of RGB (Red+Green+Blue) = 170+103+189=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA67BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67BD is #559842. Grayscale: #848484. Windows color (decimal): -5609539 or 12412842. OLE color: 12412842.

HSL color Cylindrical-coordinate representation of color #AA67BD: hue angle of 286.74º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA67BD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170103189-
CMYK0.100.4600.26
HSL286.74º39.45%57.25%-
HSV(B)286.74º45.5%74.12%-
XYZ30.6121.9250.76-
YUV132.84159.7154.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=36.80%
G=22.29%
B=40.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701031890.100.4600.26286.7439.4557.25
HexAA67BDA2E01A11f2739
Octal25214727512560324374771
Binary101010101100111101111011010101110011010100011111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67BD; }

 p { color: rgb(170,103,189); }

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

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

 a { background-color: rgb(170,103,189); }

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

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

 span { border-color: rgb(170,103,189); }

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