#A449BE

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

Shades of Deep Lilac #A449BE

Tints of Deep Lilac #A449BE

Color information

#A449BE (or 0xA449BE) is unknown color: approx Deep Lilac. HEX triplet: A4, 49 and BE. RGB value is (164,73,190). Sum of RGB (Red+Green+Blue) = 164+73+190=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #A449BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449BE is #5BB641. Grayscale: #717171. Windows color (decimal): -6010434 or 12470692. OLE color: 12470692.

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

Color convert

RGB16473190-
CMYK0.140.6200.25
HSL286.67º47.37%51.57%-
HSV(B)286.67º61.58%74.51%-
XYZ26.9916.3850.45-
YUV113.55171.15163.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 190 (74.61% from 255) = 44.50%
R=38.41%
G=17.10%
B=44.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164731900.140.6200.25286.6747.3751.57
HexA449BEE3E01911f2f34
Octal24411127616760314375764
Binary101001001001001101111101110111110011001100011111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449BE; }

 p { color: rgb(164,73,190); }

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

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

 a { background-color: rgb(164,73,190); }

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

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

 span { border-color: rgb(164,73,190); }

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