Html Css Color HEX #A03DAE Deep Lilac

📋 copy color: '#A03DAE'

red 160 ◦ green 61 ◦ blue 174

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

Shades of Deep Lilac #A03DAE

Tints of Deep Lilac #A03DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.44%

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

R = 40.51%
G = 15.44%
B = 44.05%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A03DAE (or 0xA03DAE) is known color: Deep Lilac. HEX triplet: A0, 3D and AE. RGB value is (160,61,174). Sum of RGB (Red+Green+Blue) = 160+61+174=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAE is #5FC251. Grayscale: #676767. Windows color (decimal): -6275666 or 11419040. OLE color: 11419040.

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

Color convert

RGB 160 61 174 -
CMYK 0.08 0.65 0 0.32
HSL 292.57º 0.48% 0.46% -
HSV(B) 292.57º 0.65% 0.68% -
XYZ 23.81 13.87 41.47 -
YUV 103.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 160 61 174 0.08 0.65 0 0.32 292.57 0.48 0.46
Hex A0 3D AE 8 41 0 20 125 30 2E
Octal 240 75 256 10 101 0 40 445 60 56
Binary 10100000 111101 10101110 1000 1000001 0 100000 100100101 110000 101110

Color Harmonies of #A03DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DAE

Black with #A03DAE

Text Example


Text Example

White with #A03DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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