Html Css Color HEX #A144AD Deep Lilac

📋 copy color: '#A144AD'

red 161 ◦ green 68 ◦ blue 173

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

Shades of Deep Lilac #A144AD

Tints of Deep Lilac #A144AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

 BLUE value IS 173 (67.97% from 255) = 43.03%

R = 40.05%
G = 16.92%
B = 43.03%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A144AD (or 0xA144AD) is known color: Deep Lilac. HEX triplet: A1, 44 and AD. RGB value is (161,68,173). Sum of RGB (Red+Green+Blue) = 161+68+173=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #A144AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A144AD is #5EBB52. Grayscale: #6B6B6B. Windows color (decimal): -6208339 or 11355297. OLE color: 11355297.

HSL color Cylindrical-coordinate representation of color #A144AD: hue angle of 293.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A144AD is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 68 173 -
CMYK 0.07 0.61 0 0.32
HSL 293.14º 0.44% 0.47% -
HSV(B) 293.14º 0.61% 0.68% -
XYZ 24.31 14.73 41.1 -
YUV 107.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 161 68 173 0.07 0.61 0 0.32 293.14 0.44 0.47
Hex A1 44 AD 7 3D 0 20 125 2C 2F
Octal 241 104 255 7 75 0 40 445 54 57
Binary 10100001 1000100 10101101 111 111101 0 100000 100100101 101100 101111

Color Harmonies of #A144AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A144AD

Black with #A144AD

Text Example


Text Example

White with #A144AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A144AD; }

 p { color: rgb(161,68,173); }

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

background-color css

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

 a { background-color: rgb(161,68,173); }

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

border-color css

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

 span { border-color: rgb(161,68,173); }

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