Html Css Color HEX #A441AD Deep Lilac

📋 copy color: '#A441AD'

red 164 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #A441AD

Tints of Deep Lilac #A441AD

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

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

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

R = 40.8%
G = 16.17%
B = 43.03%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A441AD (or 0xA441AD) is known color: Deep Lilac. HEX triplet: A4, 41 and AD. RGB value is (164,65,173). Sum of RGB (Red+Green+Blue) = 164+65+173=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 65 (25.78% from 255 or 16.17% 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 #A441AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A441AD is #5BBE52. Grayscale: #6A6A6A. Windows color (decimal): -6012499 or 11354532. OLE color: 11354532.

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

Color convert

RGB 164 65 173 -
CMYK 0.05 0.62 0 0.32
HSL 295º 0.45% 0.47% -
HSV(B) 295º 0.62% 0.68% -
XYZ 24.74 14.69 41.07 -
YUV 106.91 165.3 168.72 -
System Red Green Blue C M Y K H S L
Decimal 164 65 173 0.05 0.62 0 0.32 295 0.45 0.47
Hex A4 41 AD 5 3E 0 20 127 2D 2F
Octal 244 101 255 5 76 0 40 447 55 57
Binary 10100100 1000001 10101101 101 111110 0 100000 100100111 101101 101111

Color Harmonies of #A441AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A441AD

Black with #A441AD

Text Example


Text Example

White with #A441AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A441AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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