Html Css Color HEX #A04DCE Deep Lilac

📋 copy color: '#A04DCE'

red 160 ◦ green 77 ◦ blue 206

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

Shades of Deep Lilac #A04DCE

Tints of Deep Lilac #A04DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 36.12%
G = 17.38%
B = 46.5%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A04DCE (or 0xA04DCE) is known color: Deep Lilac. HEX triplet: A0, 4D and CE. RGB value is (160,77,206). Sum of RGB (Red+Green+Blue) = 160+77+206=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A04DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DCE is #5FB231. Grayscale: #747474. Windows color (decimal): -6271538 or 13520288. OLE color: 13520288.

HSL color Cylindrical-coordinate representation of color #A04DCE: hue angle of 278.6º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04DCE is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 77 206 -
CMYK 0.22 0.63 0 0.19
HSL 278.6º 0.57% 0.55% -
HSV(B) 278.6º 0.63% 0.81% -
XYZ 28.29 17.24 60.23 -
YUV 116.52 178.5 159.01 -
System Red Green Blue C M Y K H S L
Decimal 160 77 206 0.22 0.63 0 0.19 278.6 0.57 0.55
Hex A0 4D CE 16 3F 0 13 117 39 37
Octal 240 115 316 26 77 0 23 427 71 67
Binary 10100000 1001101 11001110 10110 111111 0 10011 100010111 111001 110111

Color Harmonies of #A04DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DCE

Black with #A04DCE

Text Example


Text Example

White with #A04DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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