Html Css Color HEX #A04DBC Deep Lilac

📋 copy color: '#A04DBC'

red 160 ◦ green 77 ◦ blue 188

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

Shades of Deep Lilac #A04DBC

Tints of Deep Lilac #A04DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.12%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 37.65%
G = 18.12%
B = 44.24%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A04DBC (or 0xA04DBC) is known color: Deep Lilac. HEX triplet: A0, 4D and BC. RGB value is (160,77,188). Sum of RGB (Red+Green+Blue) = 160+77+188=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #A04DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DBC is #5FB243. Grayscale: #727272. Windows color (decimal): -6271556 or 12340640. OLE color: 12340640.

HSL color Cylindrical-coordinate representation of color #A04DBC: hue angle of 284.86º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A04DBC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 77 188 -
CMYK 0.15 0.59 0 0.26
HSL 284.86º 0.45% 0.52% -
HSV(B) 284.86º 0.59% 0.74% -
XYZ 26.23 16.41 49.36 -
YUV 114.47 169.5 160.47 -
System Red Green Blue C M Y K H S L
Decimal 160 77 188 0.15 0.59 0 0.26 284.86 0.45 0.52
Hex A0 4D BC F 3B 0 1A 11D 2D 34
Octal 240 115 274 17 73 0 32 435 55 64
Binary 10100000 1001101 10111100 1111 111011 0 11010 100011101 101101 110100

Color Harmonies of #A04DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DBC

Black with #A04DBC

Text Example


Text Example

White with #A04DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DBC; }

 p { color: rgb(160,77,188); }

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

background-color css

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

 a { background-color: rgb(160,77,188); }

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

border-color css

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

 span { border-color: rgb(160,77,188); }

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