Html Css Color HEX #A041AD Deep Lilac

📋 copy color: '#A041AD'

red 160 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #A041AD

Tints of Deep Lilac #A041AD

RGB

 RED value IS 160 (62.89% from 255) = 40.2%

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

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

R = 40.2%
G = 16.33%
B = 43.47%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A041AD (or 0xA041AD) is known color: Deep Lilac. HEX triplet: A0, 41 and AD. RGB value is (160,65,173). Sum of RGB (Red+Green+Blue) = 160+65+173=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #A041AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A041AD is #5FBE52. Grayscale: #696969. Windows color (decimal): -6274643 or 11354528. OLE color: 11354528.

HSL color Cylindrical-coordinate representation of color #A041AD: hue angle of 292.78º 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 #A041AD is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 65 173 -
CMYK 0.08 0.62 0 0.32
HSL 292.78º 0.45% 0.47% -
HSV(B) 292.78º 0.62% 0.68% -
XYZ 23.93 14.27 41.03 -
YUV 105.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 160 65 173 0.08 0.62 0 0.32 292.78 0.45 0.47
Hex A0 41 AD 8 3E 0 20 125 2D 2F
Octal 240 101 255 10 76 0 40 445 55 57
Binary 10100000 1000001 10101101 1000 111110 0 100000 100100101 101101 101111

Color Harmonies of #A041AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041AD

Black with #A041AD

Text Example


Text Example

White with #A041AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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