Html Css Color HEX #A14DBA Deep Lilac

📋 copy color: '#A14DBA'

red 161 ◦ green 77 ◦ blue 186

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

Shades of Deep Lilac #A14DBA

Tints of Deep Lilac #A14DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 37.97%
G = 18.16%
B = 43.87%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A14DBA (or 0xA14DBA) is known color: Deep Lilac. HEX triplet: A1, 4D and BA. RGB value is (161,77,186). Sum of RGB (Red+Green+Blue) = 161+77+186=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #A14DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DBA is #5EB245. Grayscale: #727272. Windows color (decimal): -6206022 or 12209569. OLE color: 12209569.

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

Color convert

RGB 161 77 186 -
CMYK 0.13 0.59 0 0.27
HSL 286.24º 0.44% 0.52% -
HSV(B) 286.24º 0.59% 0.73% -
XYZ 26.21 16.43 48.24 -
YUV 114.54 168.33 161.14 -
System Red Green Blue C M Y K H S L
Decimal 161 77 186 0.13 0.59 0 0.27 286.24 0.44 0.52
Hex A1 4D BA D 3B 0 1B 11E 2C 34
Octal 241 115 272 15 73 0 33 436 54 64
Binary 10100001 1001101 10111010 1101 111011 0 11011 100011110 101100 110100

Color Harmonies of #A14DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DBA

Black with #A14DBA

Text Example


Text Example

White with #A14DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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