Html Css Color HEX #A549BA Deep Lilac

📋 copy color: '#A549BA'

red 165 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #A549BA

Tints of Deep Lilac #A549BA

RGB

 RED value IS 165 (64.84% from 255) = 38.92%

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

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

R = 38.92%
G = 17.22%
B = 43.87%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A549BA (or 0xA549BA) is known color: Deep Lilac. HEX triplet: A5, 49 and BA. RGB value is (165,73,186). Sum of RGB (Red+Green+Blue) = 165+73+186=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #A549BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549BA is #5AB645. Grayscale: #717171. Windows color (decimal): -5944902 or 12208549. OLE color: 12208549.

HSL color Cylindrical-coordinate representation of color #A549BA: hue angle of 288.85º 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 #A549BA is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 73 186 -
CMYK 0.11 0.61 0 0.27
HSL 288.85º 0.45% 0.51% -
HSV(B) 288.85º 0.61% 0.73% -
XYZ 26.76 16.31 48.19 -
YUV 113.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 165 73 186 0.11 0.61 0 0.27 288.85 0.45 0.51
Hex A5 49 BA B 3D 0 1B 121 2D 33
Octal 245 111 272 13 75 0 33 441 55 63
Binary 10100101 1001001 10111010 1011 111101 0 11011 100100001 101101 110011

Color Harmonies of #A549BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549BA

Black with #A549BA

Text Example


Text Example

White with #A549BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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