Html Css Color HEX #A94DB9 Deep Lilac

📋 copy color: '#A94DB9'

red 169 ◦ green 77 ◦ blue 185

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

Shades of Deep Lilac #A94DB9

Tints of Deep Lilac #A94DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 39.21%
G = 17.87%
B = 42.92%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A94DB9 (or 0xA94DB9) is known color: Deep Lilac. HEX triplet: A9, 4D and B9. RGB value is (169,77,185). Sum of RGB (Red+Green+Blue) = 169+77+185=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #A94DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DB9 is #56B246. Grayscale: #747474. Windows color (decimal): -5681735 or 12144041. OLE color: 12144041.

HSL color Cylindrical-coordinate representation of color #A94DB9: hue angle of 291.11º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94DB9 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 77 185 -
CMYK 0.09 0.58 0 0.27
HSL 291.11º 0.44% 0.51% -
HSV(B) 291.11º 0.58% 0.73% -
XYZ 27.77 17.25 47.76 -
YUV 116.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 169 77 185 0.09 0.58 0 0.27 291.11 0.44 0.51
Hex A9 4D B9 9 3A 0 1B 123 2C 33
Octal 251 115 271 11 72 0 33 443 54 63
Binary 10101001 1001101 10111001 1001 111010 0 11011 100100011 101100 110011

Color Harmonies of #A94DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DB9

Black with #A94DB9

Text Example


Text Example

White with #A94DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DB9; }

 p { color: rgb(169,77,185); }

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

background-color css

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

 a { background-color: rgb(169,77,185); }

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

border-color css

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

 span { border-color: rgb(169,77,185); }

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