Html Css Color HEX #A03AAE Deep Lilac

📋 copy color: '#A03AAE'

red 160 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #A03AAE

Tints of Deep Lilac #A03AAE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.8%

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

R = 40.82%
G = 14.8%
B = 44.39%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A03AAE (or 0xA03AAE) is known color: Deep Lilac. HEX triplet: A0, 3A and AE. RGB value is (160,58,174). Sum of RGB (Red+Green+Blue) = 160+58+174=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAE is #5FC551. Grayscale: #656565. Windows color (decimal): -6276434 or 11418272. OLE color: 11418272.

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

Color convert

RGB 160 58 174 -
CMYK 0.08 0.67 0 0.32
HSL 292.76º 0.5% 0.45% -
HSV(B) 292.76º 0.67% 0.68% -
XYZ 23.65 13.56 41.41 -
YUV 101.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 160 58 174 0.08 0.67 0 0.32 292.76 0.5 0.45
Hex A0 3A AE 8 43 0 20 125 32 2D
Octal 240 72 256 10 103 0 40 445 62 55
Binary 10100000 111010 10101110 1000 1000011 0 100000 100100101 110010 101101

Color Harmonies of #A03AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AAE

Black with #A03AAE

Text Example


Text Example

White with #A03AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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