Html Css Color HEX #A03AAB Deep Lilac

📋 copy color: '#A03AAB'

red 160 ◦ green 58 ◦ blue 171

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

Shades of Deep Lilac #A03AAB

Tints of Deep Lilac #A03AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 41.13%
G = 14.91%
B = 43.96%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A03AAB (or 0xA03AAB) is known color: Deep Lilac. HEX triplet: A0, 3A and AB. RGB value is (160,58,171). Sum of RGB (Red+Green+Blue) = 160+58+171=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A03AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03AAB is #5FC554. Grayscale: #656565. Windows color (decimal): -6276437 or 11221664. OLE color: 11221664.

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

Color convert

RGB 160 58 171 -
CMYK 0.06 0.66 0 0.33
HSL 294.16º 0.49% 0.45% -
HSV(B) 294.16º 0.66% 0.67% -
XYZ 23.36 13.44 39.89 -
YUV 101.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 160 58 171 0.06 0.66 0 0.33 294.16 0.49 0.45
Hex A0 3A AB 6 42 0 21 126 31 2D
Octal 240 72 253 6 102 0 41 446 61 55
Binary 10100000 111010 10101011 110 1000010 0 100001 100100110 110001 101101

Color Harmonies of #A03AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03AAB

Black with #A03AAB

Text Example


Text Example

White with #A03AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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