Html Css Color HEX #A03EAC Deep Lilac

📋 copy color: '#A03EAC'

red 160 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #A03EAC

Tints of Deep Lilac #A03EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.74%

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

R = 40.61%
G = 15.74%
B = 43.65%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A03EAC (or 0xA03EAC) is known color: Deep Lilac. HEX triplet: A0, 3E and AC. RGB value is (160,62,172). Sum of RGB (Red+Green+Blue) = 160+62+172=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #A03EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03EAC is #5FC153. Grayscale: #676767. Windows color (decimal): -6275412 or 11288224. OLE color: 11288224.

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

Color convert

RGB 160 62 172 -
CMYK 0.07 0.64 0 0.33
HSL 293.45º 0.47% 0.46% -
HSV(B) 293.45º 0.64% 0.67% -
XYZ 23.67 13.9 40.46 -
YUV 103.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 160 62 172 0.07 0.64 0 0.33 293.45 0.47 0.46
Hex A0 3E AC 7 40 0 21 125 2F 2E
Octal 240 76 254 7 100 0 41 445 57 56
Binary 10100000 111110 10101100 111 1000000 0 100001 100100101 101111 101110

Color Harmonies of #A03EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03EAC

Black with #A03EAC

Text Example


Text Example

White with #A03EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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