Html Css Color HEX #A94DBF Deep Lilac

📋 copy color: '#A94DBF'

red 169 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #A94DBF

Tints of Deep Lilac #A94DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.71%

R = 38.67%
G = 17.62%
B = 43.71%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A94DBF (or 0xA94DBF) is known color: Deep Lilac. HEX triplet: A9, 4D and BF. RGB value is (169,77,191). Sum of RGB (Red+Green+Blue) = 169+77+191=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #A94DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94DBF is #56B240. Grayscale: #757575. Windows color (decimal): -5681729 or 12537257. OLE color: 12537257.

HSL color Cylindrical-coordinate representation of color #A94DBF: hue angle of 288.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94DBF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 77 191 -
CMYK 0.12 0.60 0 0.25
HSL 288.42º 0.47% 0.53% -
HSV(B) 288.42º 0.6% 0.75% -
XYZ 28.42 17.5 51.17 -
YUV 117.5 169.48 164.73 -
System Red Green Blue C M Y K H S L
Decimal 169 77 191 0.12 0.60 0 0.25 288.42 0.47 0.53
Hex A9 4D BF C 3C 0 19 120 2F 35
Octal 251 115 277 14 74 0 31 440 57 65
Binary 10101001 1001101 10111111 1100 111100 0 11001 100100000 101111 110101

Color Harmonies of #A94DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94DBF

Black with #A94DBF

Text Example


Text Example

White with #A94DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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