Html Css Color HEX #A14DB8 Deep Lilac

📋 copy color: '#A14DB8'

red 161 ◦ green 77 ◦ blue 184

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

Shades of Deep Lilac #A14DB8

Tints of Deep Lilac #A14DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.6%

R = 38.15%
G = 18.25%
B = 43.6%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A14DB8 (or 0xA14DB8) is known color: Deep Lilac. HEX triplet: A1, 4D and B8. RGB value is (161,77,184). Sum of RGB (Red+Green+Blue) = 161+77+184=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 184 (72.27% from 255 or 43.60% from 422); Max value from RGB is 184 - color contains mainly: blue. Hex color #A14DB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DB8 is #5EB247. Grayscale: #717171. Windows color (decimal): -6206024 or 12078497. OLE color: 12078497.

HSL color Cylindrical-coordinate representation of color #A14DB8: hue angle of 287.1º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14DB8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 161 77 184 -
CMYK 0.12 0.58 0 0.28
HSL 287.1º 0.43% 0.51% -
HSV(B) 287.1º 0.58% 0.72% -
XYZ 26 16.35 47.13 -
YUV 114.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 161 77 184 0.12 0.58 0 0.28 287.1 0.43 0.51
Hex A1 4D B8 C 3A 0 1C 11F 2B 33
Octal 241 115 270 14 72 0 34 437 53 63
Binary 10100001 1001101 10111000 1100 111010 0 11100 100011111 101011 110011

Color Harmonies of #A14DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DB8

Black with #A14DB8

Text Example


Text Example

White with #A14DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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