Html Css Color HEX #A03CAC Deep Lilac

📋 copy color: '#A03CAC'

red 160 ◦ green 60 ◦ blue 172

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

Shades of Deep Lilac #A03CAC

Tints of Deep Lilac #A03CAC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 40.82%
G = 15.31%
B = 43.88%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A03CAC (or 0xA03CAC) is known color: Deep Lilac. HEX triplet: A0, 3C and AC. RGB value is (160,60,172). Sum of RGB (Red+Green+Blue) = 160+60+172=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CAC is #5FC353. Grayscale: #666666. Windows color (decimal): -6275924 or 11287712. OLE color: 11287712.

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

Color convert

RGB 160 60 172 -
CMYK 0.07 0.65 0 0.33
HSL 293.57º 0.48% 0.45% -
HSV(B) 293.57º 0.65% 0.67% -
XYZ 23.56 13.68 40.43 -
YUV 102.67 167.13 168.89 -
System Red Green Blue C M Y K H S L
Decimal 160 60 172 0.07 0.65 0 0.33 293.57 0.48 0.45
Hex A0 3C AC 7 41 0 21 126 30 2D
Octal 240 74 254 7 101 0 41 446 60 55
Binary 10100000 111100 10101100 111 1000001 0 100001 100100110 110000 101101

Color Harmonies of #A03CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CAC

Black with #A03CAC

Text Example


Text Example

White with #A03CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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