#A749BF

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

Shades of Deep Lilac #A749BF

Tints of Deep Lilac #A749BF

Color information

#A749BF (or 0xA749BF) is unknown color: approx Deep Lilac. HEX triplet: A7, 49 and BF. RGB value is (167,73,191). Sum of RGB (Red+Green+Blue) = 167+73+191=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 191 - color contains mainly: blue. Hex color #A749BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A749BF is #58B640. Grayscale: #727272. Windows color (decimal): -5813825 or 12536231. OLE color: 12536231.

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

Color convert

RGB16773191-
CMYK0.130.6200.25
HSL287.8º47.97%51.76%-
HSV(B)287.8º61.78%74.9%-
XYZ27.7216.7451.06-
YUV114.56171.14165.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.75%
GREEN value IS 73 (28.91% from 255) = 16.94%
BLUE value IS 191 (75% from 255) = 44.32%
R=38.75%
G=16.94%
B=44.32%

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
Decimal167731910.130.6200.25287.847.9751.76
HexA749BFD3E0191203034
Octal24711127715760314406064
Binary101001111001001101111111101111110011001100100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A749BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A749BF; }

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

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

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

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

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

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

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

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