Html Css Color HEX #A04DD5 Deep Lilac

📋 copy color: '#A04DD5'

red 160 ◦ green 77 ◦ blue 213

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

Shades of Deep Lilac #A04DD5

Tints of Deep Lilac #A04DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.33%

R = 35.56%
G = 17.11%
B = 47.33%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A04DD5 (or 0xA04DD5) is known color: Deep Lilac. HEX triplet: A0, 4D and D5. RGB value is (160,77,213). Sum of RGB (Red+Green+Blue) = 160+77+213=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #A04DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DD5 is #5FB22A. Grayscale: #747474. Windows color (decimal): -6271531 or 13979040. OLE color: 13979040.

HSL color Cylindrical-coordinate representation of color #A04DD5: hue angle of 276.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04DD5 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 77 213 -
CMYK 0.25 0.64 0 0.16
HSL 276.62º 0.62% 0.57% -
HSV(B) 276.62º 0.64% 0.84% -
XYZ 29.16 17.59 64.81 -
YUV 117.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 160 77 213 0.25 0.64 0 0.16 276.62 0.62 0.57
Hex A0 4D D5 19 40 0 10 115 3E 39
Octal 240 115 325 31 100 0 20 425 76 71
Binary 10100000 1001101 11010101 11001 1000000 0 10000 100010101 111110 111001

Color Harmonies of #A04DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DD5

Black with #A04DD5

Text Example


Text Example

White with #A04DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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