#A849BF

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

Shades of Deep Lilac #A849BF

Tints of Deep Lilac #A849BF

Color information

#A849BF (or 0xA849BF) is unknown color: approx Deep Lilac. HEX triplet: A8, 49 and BF. RGB value is (168,73,191). Sum of RGB (Red+Green+Blue) = 168+73+191=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A849BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849BF is #57B640. Grayscale: #727272. Windows color (decimal): -5748289 or 12536232. OLE color: 12536232.

HSL color Cylindrical-coordinate representation of color #A849BF: hue angle of 288.31º 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 #A849BF is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16873191-
CMYK0.120.6200.25
HSL288.31º47.97%51.76%-
HSV(B)288.31º61.78%74.9%-
XYZ27.9316.8551.07-
YUV114.86170.97165.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 73 (28.91% from 255) = 16.90%
BLUE value IS 191 (75% from 255) = 44.21%
R=38.89%
G=16.90%
B=44.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168731910.120.6200.25288.3147.9751.76
HexA849BFC3E0191203034
Octal25011127714760314406064
Binary101010001001001101111111100111110011001100100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849BF; }

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

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

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

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

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

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

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

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