Html Css Color HEX #A141AD Deep Lilac

📋 copy color: '#A141AD'

red 161 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #A141AD

Tints of Deep Lilac #A141AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.29%

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

R = 40.35%
G = 16.29%
B = 43.36%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A141AD (or 0xA141AD) is known color: Deep Lilac. HEX triplet: A1, 41 and AD. RGB value is (161,65,173). Sum of RGB (Red+Green+Blue) = 161+65+173=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #A141AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A141AD is #5EBE52. Grayscale: #696969. Windows color (decimal): -6209107 or 11354529. OLE color: 11354529.

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

Color convert

RGB 161 65 173 -
CMYK 0.07 0.62 0 0.32
HSL 293.33º 0.45% 0.47% -
HSV(B) 293.33º 0.62% 0.68% -
XYZ 24.13 14.37 41.04 -
YUV 106.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 161 65 173 0.07 0.62 0 0.32 293.33 0.45 0.47
Hex A1 41 AD 7 3E 0 20 125 2D 2F
Octal 241 101 255 7 76 0 40 445 55 57
Binary 10100001 1000001 10101101 111 111110 0 100000 100100101 101101 101111

Color Harmonies of #A141AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A141AD

Black with #A141AD

Text Example


Text Example

White with #A141AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A141AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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