Html Css Color HEX #A14DCC Deep Lilac

📋 copy color: '#A14DCC'

red 161 ◦ green 77 ◦ blue 204

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

Shades of Deep Lilac #A14DCC

Tints of Deep Lilac #A14DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 36.43%
G = 17.42%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A14DCC (or 0xA14DCC) is known color: Deep Lilac. HEX triplet: A1, 4D and CC. RGB value is (161,77,204). Sum of RGB (Red+Green+Blue) = 161+77+204=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #A14DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A14DCC is #5EB233. Grayscale: #747474. Windows color (decimal): -6206004 or 13389217. OLE color: 13389217.

HSL color Cylindrical-coordinate representation of color #A14DCC: hue angle of 279.69º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A14DCC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 77 204 -
CMYK 0.21 0.62 0 0.2
HSL 279.69º 0.55% 0.55% -
HSV(B) 279.69º 0.62% 0.8% -
XYZ 28.25 17.24 58.97 -
YUV 116.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 161 77 204 0.21 0.62 0 0.2 279.69 0.55 0.55
Hex A1 4D CC 15 3E 0 14 118 37 37
Octal 241 115 314 25 76 0 24 430 67 67
Binary 10100001 1001101 11001100 10101 111110 0 10100 100011000 110111 110111

Color Harmonies of #A14DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14DCC

Black with #A14DCC

Text Example


Text Example

White with #A14DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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