Html Css Color HEX #A544BD Deep Lilac

📋 copy color: '#A544BD'

red 165 ◦ green 68 ◦ blue 189

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

Shades of Deep Lilac #A544BD

Tints of Deep Lilac #A544BD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.11%

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

R = 39.1%
G = 16.11%
B = 44.79%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A544BD (or 0xA544BD) is known color: Deep Lilac. HEX triplet: A5, 44 and BD. RGB value is (165,68,189). Sum of RGB (Red+Green+Blue) = 165+68+189=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #A544BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A544BD is #5ABB42. Grayscale: #6E6E6E. Windows color (decimal): -5946179 or 12403877. OLE color: 12403877.

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

Color convert

RGB 165 68 189 -
CMYK 0.13 0.64 0 0.26
HSL 288.1º 0.48% 0.5% -
HSV(B) 288.1º 0.64% 0.74% -
XYZ 26.77 15.81 49.78 -
YUV 110.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 165 68 189 0.13 0.64 0 0.26 288.1 0.48 0.5
Hex A5 44 BD D 40 0 1A 120 30 32
Octal 245 104 275 15 100 0 32 440 60 62
Binary 10100101 1000100 10111101 1101 1000000 0 11010 100100000 110000 110010

Color Harmonies of #A544BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A544BD

Black with #A544BD

Text Example


Text Example

White with #A544BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A544BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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