Html Css Color HEX #A449BA Deep Lilac

📋 copy color: '#A449BA'

red 164 ◦ green 73 ◦ blue 186

#A449BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A449BA

Tints of Deep Lilac #A449BA

RGB

 RED value IS 164 (64.45% from 255) = 38.77%

 GREEN value IS 73 (28.91% from 255) = 17.26%

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 38.77%
G = 17.26%
B = 43.97%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A449BA (or 0xA449BA) is known color: Deep Lilac. HEX triplet: A4, 49 and BA. RGB value is (164,73,186). Sum of RGB (Red+Green+Blue) = 164+73+186=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #A449BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A449BA is #5BB645. Grayscale: #707070. Windows color (decimal): -6010438 or 12208548. OLE color: 12208548.

HSL color Cylindrical-coordinate representation of color #A449BA: hue angle of 288.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A449BA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 73 186 -
CMYK 0.12 0.61 0 0.27
HSL 288.32º 0.45% 0.51% -
HSV(B) 288.32º 0.61% 0.73% -
XYZ 26.56 16.2 48.18 -
YUV 113.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 164 73 186 0.12 0.61 0 0.27 288.32 0.45 0.51
Hex A4 49 BA C 3D 0 1B 120 2D 33
Octal 244 111 272 14 75 0 33 440 55 63
Binary 10100100 1001001 10111010 1100 111101 0 11011 100100000 101101 110011

Color Harmonies of #A449BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A449BA

Black with #A449BA

Text Example


Text Example

White with #A449BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A449BA; }

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

 H1.HeaderClassName
 {
   color: #A449BA;
 }
 .AnyTagClassName
 {
   color: #A449BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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