Html Css Color HEX #A03FAE Deep Lilac

📋 copy color: '#A03FAE'

red 160 ◦ green 63 ◦ blue 174

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

Shades of Deep Lilac #A03FAE

Tints of Deep Lilac #A03FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 40.3%
G = 15.87%
B = 43.83%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A03FAE (or 0xA03FAE) is known color: Deep Lilac. HEX triplet: A0, 3F and AE. RGB value is (160,63,174). Sum of RGB (Red+Green+Blue) = 160+63+174=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03FAE is #5FC051. Grayscale: #686868. Windows color (decimal): -6275154 or 11419552. OLE color: 11419552.

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

Color convert

RGB 160 63 174 -
CMYK 0.08 0.64 0 0.32
HSL 292.43º 0.47% 0.46% -
HSV(B) 292.43º 0.64% 0.68% -
XYZ 23.91 14.08 41.5 -
YUV 104.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 160 63 174 0.08 0.64 0 0.32 292.43 0.47 0.46
Hex A0 3F AE 8 40 0 20 124 2F 2E
Octal 240 77 256 10 100 0 40 444 57 56
Binary 10100000 111111 10101110 1000 1000000 0 100000 100100100 101111 101110

Color Harmonies of #A03FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03FAE

Black with #A03FAE

Text Example


Text Example

White with #A03FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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