Html Css Color HEX #A545BD Deep Lilac

📋 copy color: '#A545BD'

red 165 ◦ green 69 ◦ blue 189

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

Shades of Deep Lilac #A545BD

Tints of Deep Lilac #A545BD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.31%

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

R = 39.01%
G = 16.31%
B = 44.68%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A545BD (or 0xA545BD) is known color: Deep Lilac. HEX triplet: A5, 45 and BD. RGB value is (165,69,189). Sum of RGB (Red+Green+Blue) = 165+69+189=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #A545BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BD is #5ABA42. Grayscale: #6F6F6F. Windows color (decimal): -5945923 or 12404133. OLE color: 12404133.

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

Color convert

RGB 165 69 189 -
CMYK 0.13 0.63 0 0.26
HSL 288º 0.48% 0.51% -
HSV(B) 288º 0.63% 0.74% -
XYZ 26.83 15.93 49.8 -
YUV 111.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 165 69 189 0.13 0.63 0 0.26 288 0.48 0.51
Hex A5 45 BD D 3F 0 1A 120 30 33
Octal 245 105 275 15 77 0 32 440 60 63
Binary 10100101 1000101 10111101 1101 111111 0 11010 100100000 110000 110011

Color Harmonies of #A545BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545BD

Black with #A545BD

Text Example


Text Example

White with #A545BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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