Html Css Color HEX #A03AAF Deep Lilac

📋 copy color: '#A03AAF'

red 160 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #A03AAF

Tints of Deep Lilac #A03AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 40.71%
G = 14.76%
B = 44.53%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A03AAF (or 0xA03AAF) is known color: Deep Lilac. HEX triplet: A0, 3A and AF. RGB value is (160,58,175). Sum of RGB (Red+Green+Blue) = 160+58+175=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A03AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAF is #5FC550. Grayscale: #656565. Windows color (decimal): -6276433 or 11483808. OLE color: 11483808.

HSL color Cylindrical-coordinate representation of color #A03AAF: hue angle of 292.31º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03AAF is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 58 175 -
CMYK 0.09 0.67 0 0.31
HSL 292.31º 0.5% 0.46% -
HSV(B) 292.31º 0.67% 0.69% -
XYZ 23.75 13.59 41.93 -
YUV 101.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 160 58 175 0.09 0.67 0 0.31 292.31 0.5 0.46
Hex A0 3A AF 9 43 0 1F 124 32 2E
Octal 240 72 257 11 103 0 37 444 62 56
Binary 10100000 111010 10101111 1001 1000011 0 11111 100100100 110010 101110

Color Harmonies of #A03AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AAF

Black with #A03AAF

Text Example


Text Example

White with #A03AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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