#A649BF

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

Shades of Deep Lilac #A649BF

Tints of Deep Lilac #A649BF

Color information

#A649BF (or 0xA649BF) is unknown color: approx Deep Lilac. HEX triplet: A6, 49 and BF. RGB value is (166,73,191). Sum of RGB (Red+Green+Blue) = 166+73+191=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 73 (28.91% from 255 or 16.98% 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 #A649BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A649BF is #59B640. Grayscale: #717171. Windows color (decimal): -5879361 or 12536230. OLE color: 12536230.

HSL color Cylindrical-coordinate representation of color #A649BF: hue angle of 287.29º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A649BF is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16673191-
CMYK0.130.6200.25
HSL287.29º47.97%51.76%-
HSV(B)287.29º61.78%74.9%-
XYZ27.5116.6351.05-
YUV114.26171.31164.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 73 (28.91% from 255) = 16.98%
BLUE value IS 191 (75% from 255) = 44.42%
R=38.60%
G=16.98%
B=44.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166731910.130.6200.25287.2947.9751.76
HexA649BFD3E01911f3034
Octal24611127715760314376064
Binary101001101001001101111111101111110011001100011111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A649BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A649BF; }

 p { color: rgb(166,73,191); }

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

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

 a { background-color: rgb(166,73,191); }

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

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

 span { border-color: rgb(166,73,191); }

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