#A946BF

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

Shades of Deep Lilac #A946BF

Tints of Deep Lilac #A946BF

Color information

#A946BF (or 0xA946BF) is unknown color: approx Deep Lilac. HEX triplet: A9, 46 and BF. RGB value is (169,70,191). Sum of RGB (Red+Green+Blue) = 169+70+191=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #A946BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946BF is #56B940. Grayscale: #717171. Windows color (decimal): -5683521 or 12535465. OLE color: 12535465.

HSL color Cylindrical-coordinate representation of color #A946BF: hue angle of 289.09º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A946BF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16970191-
CMYK0.120.6300.25
HSL289.09º48.59%51.18%-
HSV(B)289.09º63.35%74.9%-
XYZ27.9616.5851.02-
YUV113.4171.8167.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 191 (75% from 255) = 44.42%
R=39.30%
G=16.28%
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.25
SystemRedGreenBlueCMYKHSL
Decimal169701910.120.6300.25289.0948.5951.18
HexA946BFC3F0191213133
Octal25110627714770314416163
Binary101010011000110101111111100111111011001100100001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946BF; }

 p { color: rgb(169,70,191); }

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

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

 a { background-color: rgb(169,70,191); }

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

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

 span { border-color: rgb(169,70,191); }

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