Html Css Color HEX #A44DBF Deep Lilac

📋 copy color: '#A44DBF'

red 164 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #A44DBF

Tints of Deep Lilac #A44DBF

RGB

 RED value IS 164 (64.45% from 255) = 37.96%

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

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

R = 37.96%
G = 17.82%
B = 44.21%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A44DBF (or 0xA44DBF) is known color: Deep Lilac. HEX triplet: A4, 4D and BF. RGB value is (164,77,191). Sum of RGB (Red+Green+Blue) = 164+77+191=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #A44DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A44DBF is #5BB240. Grayscale: #737373. Windows color (decimal): -6009409 or 12537252. OLE color: 12537252.

HSL color Cylindrical-coordinate representation of color #A44DBF: hue angle of 285.79º 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 #A44DBF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 77 191 -
CMYK 0.14 0.60 0 0.25
HSL 285.79º 0.47% 0.53% -
HSV(B) 285.79º 0.6% 0.75% -
XYZ 27.37 16.96 51.12 -
YUV 116.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 164 77 191 0.14 0.60 0 0.25 285.79 0.47 0.53
Hex A4 4D BF E 3C 0 19 11E 2F 35
Octal 244 115 277 16 74 0 31 436 57 65
Binary 10100100 1001101 10111111 1110 111100 0 11001 100011110 101111 110101

Color Harmonies of #A44DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44DBF

Black with #A44DBF

Text Example


Text Example

White with #A44DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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