Html Css Color HEX #A545BE Deep Lilac

📋 copy color: '#A545BE'

red 165 ◦ green 69 ◦ blue 190

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

Shades of Deep Lilac #A545BE

Tints of Deep Lilac #A545BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 38.92%
G = 16.27%
B = 44.81%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A545BE (or 0xA545BE) is known color: Deep Lilac. HEX triplet: A5, 45 and BE. RGB value is (165,69,190). Sum of RGB (Red+Green+Blue) = 165+69+190=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #A545BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545BE is #5ABA41. Grayscale: #6F6F6F. Windows color (decimal): -5945922 or 12469669. OLE color: 12469669.

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

Color convert

RGB 165 69 190 -
CMYK 0.13 0.64 0 0.25
HSL 287.6º 0.48% 0.51% -
HSV(B) 287.6º 0.64% 0.75% -
XYZ 26.94 15.97 50.38 -
YUV 111.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 165 69 190 0.13 0.64 0 0.25 287.6 0.48 0.51
Hex A5 45 BE D 40 0 19 120 30 33
Octal 245 105 276 15 100 0 31 440 60 63
Binary 10100101 1000101 10111110 1101 1000000 0 11001 100100000 110000 110011

Color Harmonies of #A545BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545BE

Black with #A545BE

Text Example


Text Example

White with #A545BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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