Html Css Color HEX #A041AC Deep Lilac

📋 copy color: '#A041AC'

red 160 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #A041AC

Tints of Deep Lilac #A041AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 40.3%
G = 16.37%
B = 43.32%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A041AC (or 0xA041AC) is known color: Deep Lilac. HEX triplet: A0, 41 and AC. RGB value is (160,65,172). Sum of RGB (Red+Green+Blue) = 160+65+172=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #A041AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A041AC is #5FBE53. Grayscale: #696969. Windows color (decimal): -6274644 or 11288992. OLE color: 11288992.

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

Color convert

RGB 160 65 172 -
CMYK 0.07 0.62 0 0.33
HSL 293.27º 0.45% 0.46% -
HSV(B) 293.27º 0.62% 0.67% -
XYZ 23.83 14.23 40.52 -
YUV 105.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 160 65 172 0.07 0.62 0 0.33 293.27 0.45 0.46
Hex A0 41 AC 7 3E 0 21 125 2D 2E
Octal 240 101 254 7 76 0 41 445 55 56
Binary 10100000 1000001 10101100 111 111110 0 100001 100100101 101101 101110

Color Harmonies of #A041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A041AC

Black with #A041AC

Text Example


Text Example

White with #A041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A041AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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