Html Css Color HEX #A14DB9 Deep Lilac

📋 copy color: '#A14DB9'

red 161 ◦ green 77 ◦ blue 185

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

Shades of Deep Lilac #A14DB9

Tints of Deep Lilac #A14DB9

RGB

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

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

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

R = 38.06%
G = 18.2%
B = 43.74%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A14DB9 (or 0xA14DB9) is known color: Deep Lilac. HEX triplet: A1, 4D and B9. RGB value is (161,77,185). Sum of RGB (Red+Green+Blue) = 161+77+185=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 185 - color contains mainly: blue. Hex color #A14DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DB9 is #5EB246. Grayscale: #727272. Windows color (decimal): -6206023 or 12144033. OLE color: 12144033.

HSL color Cylindrical-coordinate representation of color #A14DB9: hue angle of 286.67º 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 #A14DB9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 77 185 -
CMYK 0.13 0.58 0 0.27
HSL 286.67º 0.44% 0.51% -
HSV(B) 286.67º 0.58% 0.73% -
XYZ 26.11 16.39 47.69 -
YUV 114.43 167.83 161.22 -
System Red Green Blue C M Y K H S L
Decimal 161 77 185 0.13 0.58 0 0.27 286.67 0.44 0.51
Hex A1 4D B9 D 3A 0 1B 11F 2C 33
Octal 241 115 271 15 72 0 33 437 54 63
Binary 10100001 1001101 10111001 1101 111010 0 11011 100011111 101100 110011

Color Harmonies of #A14DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DB9

Black with #A14DB9

Text Example


Text Example

White with #A14DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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