Html Css Color HEX #A04ABA Deep Lilac

📋 copy color: '#A04ABA'

red 160 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #A04ABA

Tints of Deep Lilac #A04ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.62%

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 38.1%
G = 17.62%
B = 44.29%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A04ABA (or 0xA04ABA) is known color: Deep Lilac. HEX triplet: A0, 4A and BA. RGB value is (160,74,186). Sum of RGB (Red+Green+Blue) = 160+74+186=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #A04ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ABA is #5FB545. Grayscale: #707070. Windows color (decimal): -6272326 or 12208800. OLE color: 12208800.

HSL color Cylindrical-coordinate representation of color #A04ABA: hue angle of 286.07º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A04ABA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 74 186 -
CMYK 0.14 0.60 0 0.27
HSL 286.07º 0.45% 0.51% -
HSV(B) 286.07º 0.6% 0.73% -
XYZ 25.81 15.92 48.17 -
YUV 112.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 160 74 186 0.14 0.60 0 0.27 286.07 0.45 0.51
Hex A0 4A BA E 3C 0 1B 11E 2D 33
Octal 240 112 272 16 74 0 33 436 55 63
Binary 10100000 1001010 10111010 1110 111100 0 11011 100011110 101101 110011

Color Harmonies of #A04ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ABA

Black with #A04ABA

Text Example


Text Example

White with #A04ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ABA; }

 p { color: rgb(160,74,186); }

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

background-color css

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

 a { background-color: rgb(160,74,186); }

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

border-color css

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

 span { border-color: rgb(160,74,186); }

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