Html Css Color HEX #A941BA Deep Lilac

📋 copy color: '#A941BA'

red 169 ◦ green 65 ◦ blue 186

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

Shades of Deep Lilac #A941BA

Tints of Deep Lilac #A941BA

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

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

R = 40.24%
G = 15.48%
B = 44.29%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A941BA (or 0xA941BA) is known color: Deep Lilac. HEX triplet: A9, 41 and BA. RGB value is (169,65,186). Sum of RGB (Red+Green+Blue) = 169+65+186=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 65 (25.78% from 255 or 15.48% 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 #A941BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941BA is #56BE45. Grayscale: #6D6D6D. Windows color (decimal): -5684806 or 12206505. OLE color: 12206505.

HSL color Cylindrical-coordinate representation of color #A941BA: hue angle of 291.57º 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 #A941BA is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 65 186 -
CMYK 0.09 0.65 0 0.27
HSL 291.57º 0.48% 0.49% -
HSV(B) 291.57º 0.65% 0.73% -
XYZ 27.12 15.76 48.07 -
YUV 109.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 169 65 186 0.09 0.65 0 0.27 291.57 0.48 0.49
Hex A9 41 BA 9 41 0 1B 124 30 31
Octal 251 101 272 11 101 0 33 444 60 61
Binary 10101001 1000001 10111010 1001 1000001 0 11011 100100100 110000 110001

Color Harmonies of #A941BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941BA

Black with #A941BA

Text Example


Text Example

White with #A941BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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