Html Css Color HEX #A04AD0 Deep Lilac

📋 copy color: '#A04AD0'

red 160 ◦ green 74 ◦ blue 208

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

Shades of Deep Lilac #A04AD0

Tints of Deep Lilac #A04AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.06%

R = 36.2%
G = 16.74%
B = 47.06%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A04AD0 (or 0xA04AD0) is known color: Deep Lilac. HEX triplet: A0, 4A and D0. RGB value is (160,74,208). Sum of RGB (Red+Green+Blue) = 160+74+208=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 208 (81.64% from 255 or 47.06% from 442); Max value from RGB is 208 - color contains mainly: blue. Hex color #A04AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04AD0 is #5FB52F. Grayscale: #727272. Windows color (decimal): -6272304 or 13650592. OLE color: 13650592.

HSL color Cylindrical-coordinate representation of color #A04AD0: hue angle of 278.51º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04AD0 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 74 208 -
CMYK 0.23 0.64 0 0.18
HSL 278.51º 0.59% 0.55% -
HSV(B) 278.51º 0.64% 0.82% -
XYZ 28.33 16.93 61.45 -
YUV 114.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 160 74 208 0.23 0.64 0 0.18 278.51 0.59 0.55
Hex A0 4A D0 17 40 0 12 117 3B 37
Octal 240 112 320 27 100 0 22 427 73 67
Binary 10100000 1001010 11010000 10111 1000000 0 10010 100010111 111011 110111

Color Harmonies of #A04AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04AD0

Black with #A04AD0

Text Example


Text Example

White with #A04AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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