#AA61BC

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

Shades of Deep Lilac #AA61BC

Tints of Deep Lilac #AA61BC

Color information

#AA61BC (or 0xAA61BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 61 and BC. RGB value is (170,97,188). Sum of RGB (Red+Green+Blue) = 170+97+188=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 97 (38.28% from 255 or 21.32% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61BC is #559E43. Grayscale: #808080. Windows color (decimal): -5611076 or 12345770. OLE color: 12345770.

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

Color convert

RGB17097188-
CMYK0.100.4800.26
HSL288.13º40.44%55.88%-
HSV(B)288.13º48.4%73.73%-
XYZ29.9320.7350-
YUV129.2161.18157.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 97 (38.28% from 255) = 21.32%
BLUE value IS 188 (73.83% from 255) = 41.32%
R=37.36%
G=21.32%
B=41.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170971880.100.4800.26288.1340.4455.88
HexAA61BCA3001A1202838
Octal25214127412600324405070
Binary101010101100001101111001010110000011010100100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61BC; }

 p { color: rgb(170,97,188); }

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

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

 a { background-color: rgb(170,97,188); }

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

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

 span { border-color: rgb(170,97,188); }

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