Html Css Color HEX #A03CAE Deep Lilac

📋 copy color: '#A03CAE'

red 160 ◦ green 60 ◦ blue 174

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

Shades of Deep Lilac #A03CAE

Tints of Deep Lilac #A03CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.16%

R = 40.61%
G = 15.23%
B = 44.16%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A03CAE (or 0xA03CAE) is known color: Deep Lilac. HEX triplet: A0, 3C and AE. RGB value is (160,60,174). Sum of RGB (Red+Green+Blue) = 160+60+174=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03CAE is #5FC351. Grayscale: #666666. Windows color (decimal): -6275922 or 11418784. OLE color: 11418784.

HSL color Cylindrical-coordinate representation of color #A03CAE: hue angle of 292.63º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03CAE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 60 174 -
CMYK 0.08 0.66 0 0.32
HSL 292.63º 0.49% 0.46% -
HSV(B) 292.63º 0.66% 0.68% -
XYZ 23.75 13.76 41.45 -
YUV 102.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 160 60 174 0.08 0.66 0 0.32 292.63 0.49 0.46
Hex A0 3C AE 8 42 0 20 125 31 2E
Octal 240 74 256 10 102 0 40 445 61 56
Binary 10100000 111100 10101110 1000 1000010 0 100000 100100101 110001 101110

Color Harmonies of #A03CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03CAE

Black with #A03CAE

Text Example


Text Example

White with #A03CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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