Html Css Color HEX #A941BD Deep Lilac

📋 copy color: '#A941BD'

red 169 ◦ green 65 ◦ blue 189

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

Shades of Deep Lilac #A941BD

Tints of Deep Lilac #A941BD

RGB

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

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

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

R = 39.95%
G = 15.37%
B = 44.68%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A941BD (or 0xA941BD) is known color: Deep Lilac. HEX triplet: A9, 41 and BD. RGB value is (169,65,189). Sum of RGB (Red+Green+Blue) = 169+65+189=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 65 (25.78% from 255 or 15.37% 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 #A941BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A941BD is #56BE42. Grayscale: #6D6D6D. Windows color (decimal): -5684803 or 12403113. OLE color: 12403113.

HSL color Cylindrical-coordinate representation of color #A941BD: hue angle of 290.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A941BD is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 65 189 -
CMYK 0.11 0.66 0 0.26
HSL 290.32º 0.49% 0.5% -
HSV(B) 290.32º 0.66% 0.74% -
XYZ 27.44 15.89 49.77 -
YUV 110.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 169 65 189 0.11 0.66 0 0.26 290.32 0.49 0.5
Hex A9 41 BD B 42 0 1A 122 31 32
Octal 251 101 275 13 102 0 32 442 61 62
Binary 10101001 1000001 10111101 1011 1000010 0 11010 100100010 110001 110010

Color Harmonies of #A941BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A941BD

Black with #A941BD

Text Example


Text Example

White with #A941BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A941BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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