#A446BB

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

Shades of Deep Lilac #A446BB

Tints of Deep Lilac #A446BB

Color information

#A446BB (or 0xA446BB) is unknown color: approx Deep Lilac. HEX triplet: A4, 46 and BB. RGB value is (164,70,187). Sum of RGB (Red+Green+Blue) = 164+70+187=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #A446BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A446BB is #5BB944. Grayscale: #6F6F6F. Windows color (decimal): -6011205 or 12273316. OLE color: 12273316.

HSL color Cylindrical-coordinate representation of color #A446BB: hue angle of 288.21º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A446BB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16470187-
CMYK0.120.6300.27
HSL288.21º46.25%50.39%-
HSV(B)288.21º62.57%73.33%-
XYZ26.4715.8648.68-
YUV111.44170.64165.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.95%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=38.95%
G=16.63%
B=44.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164701870.120.6300.27288.2146.2550.39
HexA446BBC3F01B1202e32
Octal24410627314770334405662
Binary101001001000110101110111100111111011011100100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A446BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A446BB; }

 p { color: rgb(164,70,187); }

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

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

 a { background-color: rgb(164,70,187); }

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

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

 span { border-color: rgb(164,70,187); }

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