Html Css Color HEX #A549BD Deep Lilac

📋 copy color: '#A549BD'

red 165 ◦ green 73 ◦ blue 189

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

Shades of Deep Lilac #A549BD

Tints of Deep Lilac #A549BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 38.64%
G = 17.1%
B = 44.26%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A549BD (or 0xA549BD) is known color: Deep Lilac. HEX triplet: A5, 49 and BD. RGB value is (165,73,189). Sum of RGB (Red+Green+Blue) = 165+73+189=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #A549BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549BD is #5AB642. Grayscale: #717171. Windows color (decimal): -5944899 or 12405157. OLE color: 12405157.

HSL color Cylindrical-coordinate representation of color #A549BD: hue angle of 287.59º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A549BD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 73 189 -
CMYK 0.13 0.61 0 0.26
HSL 287.59º 0.47% 0.51% -
HSV(B) 287.59º 0.61% 0.74% -
XYZ 27.08 16.44 49.89 -
YUV 113.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 165 73 189 0.13 0.61 0 0.26 287.59 0.47 0.51
Hex A5 49 BD D 3D 0 1A 120 2F 33
Octal 245 111 275 15 75 0 32 440 57 63
Binary 10100101 1001001 10111101 1101 111101 0 11010 100100000 101111 110011

Color Harmonies of #A549BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A549BD

Black with #A549BD

Text Example


Text Example

White with #A549BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A549BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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