Html Css Color HEX #A14DBF Deep Lilac

📋 copy color: '#A14DBF'

red 161 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #A14DBF

Tints of Deep Lilac #A14DBF

RGB

 RED value IS 161 (63.28% from 255) = 37.53%

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

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

R = 37.53%
G = 17.95%
B = 44.52%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A14DBF (or 0xA14DBF) is known color: Deep Lilac. HEX triplet: A1, 4D and BF. RGB value is (161,77,191). Sum of RGB (Red+Green+Blue) = 161+77+191=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #A14DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DBF is #5EB240. Grayscale: #727272. Windows color (decimal): -6206017 or 12537249. OLE color: 12537249.

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

Color convert

RGB 161 77 191 -
CMYK 0.16 0.60 0 0.25
HSL 284.21º 0.47% 0.53% -
HSV(B) 284.21º 0.6% 0.75% -
XYZ 26.76 16.65 51.09 -
YUV 115.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 161 77 191 0.16 0.60 0 0.25 284.21 0.47 0.53
Hex A1 4D BF 10 3C 0 19 11C 2F 35
Octal 241 115 277 20 74 0 31 434 57 65
Binary 10100001 1001101 10111111 10000 111100 0 11001 100011100 101111 110101

Color Harmonies of #A14DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DBF

Black with #A14DBF

Text Example


Text Example

White with #A14DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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