Html Css Color HEX #A04EBE Deep Lilac

📋 copy color: '#A04EBE'

red 160 ◦ green 78 ◦ blue 190

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

Shades of Deep Lilac #A04EBE

Tints of Deep Lilac #A04EBE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.22%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 37.38%
G = 18.22%
B = 44.39%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A04EBE (or 0xA04EBE) is known color: Deep Lilac. HEX triplet: A0, 4E and BE. RGB value is (160,78,190). Sum of RGB (Red+Green+Blue) = 160+78+190=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #A04EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04EBE is #5FB141. Grayscale: #727272. Windows color (decimal): -6271298 or 12471968. OLE color: 12471968.

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

Color convert

RGB 160 78 190 -
CMYK 0.16 0.59 0 0.25
HSL 283.93º 0.46% 0.53% -
HSV(B) 283.93º 0.59% 0.75% -
XYZ 26.52 16.64 50.53 -
YUV 115.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 160 78 190 0.16 0.59 0 0.25 283.93 0.46 0.53
Hex A0 4E BE 10 3B 0 19 11C 2E 35
Octal 240 116 276 20 73 0 31 434 56 65
Binary 10100000 1001110 10111110 10000 111011 0 11001 100011100 101110 110101

Color Harmonies of #A04EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04EBE

Black with #A04EBE

Text Example


Text Example

White with #A04EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04EBE; }

 p { color: rgb(160,78,190); }

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

background-color css

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

 a { background-color: rgb(160,78,190); }

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

border-color css

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

 span { border-color: rgb(160,78,190); }

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