Html Css Color HEX #A03BAE Deep Lilac

📋 copy color: '#A03BAE'

red 160 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #A03BAE

Tints of Deep Lilac #A03BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

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

R = 40.71%
G = 15.01%
B = 44.27%

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

#A03BAE (or 0xA03BAE) is known color: Deep Lilac. HEX triplet: A0, 3B and AE. RGB value is (160,59,174). Sum of RGB (Red+Green+Blue) = 160+59+174=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #A03BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03BAE is #5FC451. Grayscale: #656565. Windows color (decimal): -6276178 or 11418528. OLE color: 11418528.

HSL color Cylindrical-coordinate representation of color #A03BAE: hue angle of 292.7º 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 #A03BAE is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 59 174 -
CMYK 0.08 0.66 0 0.32
HSL 292.7º 0.49% 0.46% -
HSV(B) 292.7º 0.66% 0.68% -
XYZ 23.7 13.66 41.43 -
YUV 102.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 160 59 174 0.08 0.66 0 0.32 292.7 0.49 0.46
Hex A0 3B AE 8 42 0 20 125 31 2E
Octal 240 73 256 10 102 0 40 445 61 56
Binary 10100000 111011 10101110 1000 1000010 0 100000 100100101 110001 101110

Color Harmonies of #A03BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BAE

Black with #A03BAE

Text Example


Text Example

White with #A03BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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