Html Css Color HEX #A04DCC Deep Lilac

📋 copy color: '#A04DCC'

red 160 ◦ green 77 ◦ blue 204

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

Shades of Deep Lilac #A04DCC

Tints of Deep Lilac #A04DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 36.28%
G = 17.46%
B = 46.26%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A04DCC (or 0xA04DCC) is known color: Deep Lilac. HEX triplet: A0, 4D and CC. RGB value is (160,77,204). Sum of RGB (Red+Green+Blue) = 160+77+204=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A04DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DCC is #5FB233. Grayscale: #737373. Windows color (decimal): -6271540 or 13389216. OLE color: 13389216.

HSL color Cylindrical-coordinate representation of color #A04DCC: hue angle of 279.21º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04DCC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 77 204 -
CMYK 0.22 0.62 0 0.2
HSL 279.21º 0.55% 0.55% -
HSV(B) 279.21º 0.62% 0.8% -
XYZ 28.05 17.14 58.96 -
YUV 116.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 160 77 204 0.22 0.62 0 0.2 279.21 0.55 0.55
Hex A0 4D CC 16 3E 0 14 117 37 37
Octal 240 115 314 26 76 0 24 427 67 67
Binary 10100000 1001101 11001100 10110 111110 0 10100 100010111 110111 110111

Color Harmonies of #A04DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DCC

Black with #A04DCC

Text Example


Text Example

White with #A04DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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