Html Css Color HEX #A04ABF Deep Lilac

📋 copy color: '#A04ABF'

red 160 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #A04ABF

Tints of Deep Lilac #A04ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 37.65%
G = 17.41%
B = 44.94%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A04ABF (or 0xA04ABF) is known color: Deep Lilac. HEX triplet: A0, 4A and BF. RGB value is (160,74,191). Sum of RGB (Red+Green+Blue) = 160+74+191=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #A04ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ABF is #5FB540. Grayscale: #707070. Windows color (decimal): -6272321 or 12536480. OLE color: 12536480.

HSL color Cylindrical-coordinate representation of color #A04ABF: hue angle of 284.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04ABF is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 74 191 -
CMYK 0.16 0.61 0 0.25
HSL 284.1º 0.48% 0.52% -
HSV(B) 284.1º 0.61% 0.75% -
XYZ 26.35 16.13 51.02 -
YUV 113.05 171.99 161.49 -
System Red Green Blue C M Y K H S L
Decimal 160 74 191 0.16 0.61 0 0.25 284.1 0.48 0.52
Hex A0 4A BF 10 3D 0 19 11C 30 34
Octal 240 112 277 20 75 0 31 434 60 64
Binary 10100000 1001010 10111111 10000 111101 0 11001 100011100 110000 110100

Color Harmonies of #A04ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ABF

Black with #A04ABF

Text Example


Text Example

White with #A04ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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