Html Css Color HEX #A03DAA Deep Lilac

📋 copy color: '#A03DAA'

red 160 ◦ green 61 ◦ blue 170

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

Shades of Deep Lilac #A03DAA

Tints of Deep Lilac #A03DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 40.92%
G = 15.6%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A03DAA (or 0xA03DAA) is known color: Deep Lilac. HEX triplet: A0, 3D and AA. RGB value is (160,61,170). Sum of RGB (Red+Green+Blue) = 160+61+170=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #A03DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03DAA is #5FC255. Grayscale: #666666. Windows color (decimal): -6275670 or 11156896. OLE color: 11156896.

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

Color convert

RGB 160 61 170 -
CMYK 0.06 0.64 0 0.33
HSL 294.5º 0.47% 0.45% -
HSV(B) 294.5º 0.64% 0.67% -
XYZ 23.42 13.71 39.44 -
YUV 103.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 160 61 170 0.06 0.64 0 0.33 294.5 0.47 0.45
Hex A0 3D AA 6 40 0 21 126 2F 2D
Octal 240 75 252 6 100 0 41 446 57 55
Binary 10100000 111101 10101010 110 1000000 0 100001 100100110 101111 101101

Color Harmonies of #A03DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03DAA

Black with #A03DAA

Text Example


Text Example

White with #A03DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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