Html Css Color HEX #A541BA Deep Lilac

📋 copy color: '#A541BA'

red 165 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A541BA

Tints of Deep Lilac #A541BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 39.66%
G = 15.63%
B = 44.71%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A541BA (or 0xA541BA) is known color: Deep Lilac. HEX triplet: A5, 41 and BA. RGB value is (165,65,186). Sum of RGB (Red+Green+Blue) = 165+65+186=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #A541BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A541BA is #5ABE45. Grayscale: #6C6C6C. Windows color (decimal): -5946950 or 12206501. OLE color: 12206501.

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

Color convert

RGB 165 65 186 -
CMYK 0.11 0.65 0 0.27
HSL 289.59º 0.48% 0.49% -
HSV(B) 289.59º 0.65% 0.73% -
XYZ 26.27 15.33 48.03 -
YUV 108.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 165 65 186 0.11 0.65 0 0.27 289.59 0.48 0.49
Hex A5 41 BA B 41 0 1B 122 30 31
Octal 245 101 272 13 101 0 33 442 60 61
Binary 10100101 1000001 10111010 1011 1000001 0 11011 100100010 110000 110001

Color Harmonies of #A541BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A541BA

Black with #A541BA

Text Example


Text Example

White with #A541BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A541BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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