Html Css Color HEX #A545BA Deep Lilac

📋 copy color: '#A545BA'

red 165 ◦ green 69 ◦ blue 186

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

Shades of Deep Lilac #A545BA

Tints of Deep Lilac #A545BA

RGB

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

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

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

R = 39.29%
G = 16.43%
B = 44.29%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A545BA (or 0xA545BA) is known color: Deep Lilac. HEX triplet: A5, 45 and BA. RGB value is (165,69,186). Sum of RGB (Red+Green+Blue) = 165+69+186=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A545BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BA is #5ABA45. Grayscale: #6E6E6E. Windows color (decimal): -5945926 or 12207525. OLE color: 12207525.

HSL color Cylindrical-coordinate representation of color #A545BA: hue angle of 289.23º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A545BA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 69 186 -
CMYK 0.11 0.63 0 0.27
HSL 289.23º 0.46% 0.5% -
HSV(B) 289.23º 0.63% 0.73% -
XYZ 26.51 15.8 48.11 -
YUV 111.04 170.3 166.49 -
System Red Green Blue C M Y K H S L
Decimal 165 69 186 0.11 0.63 0 0.27 289.23 0.46 0.5
Hex A5 45 BA B 3F 0 1B 121 2E 32
Octal 245 105 272 13 77 0 33 441 56 62
Binary 10100101 1000101 10111010 1011 111111 0 11011 100100001 101110 110010

Color Harmonies of #A545BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545BA

Black with #A545BA

Text Example


Text Example

White with #A545BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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