Html Css Color HEX #A04DC7 Deep Lilac

📋 copy color: '#A04DC7'

red 160 ◦ green 77 ◦ blue 199

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

Shades of Deep Lilac #A04DC7

Tints of Deep Lilac #A04DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.64%

R = 36.7%
G = 17.66%
B = 45.64%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A04DC7 (or 0xA04DC7) is known color: Deep Lilac. HEX triplet: A0, 4D and C7. RGB value is (160,77,199). Sum of RGB (Red+Green+Blue) = 160+77+199=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 199 - color contains mainly: blue. Hex color #A04DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DC7 is #5FB238. Grayscale: #737373. Windows color (decimal): -6271545 or 13061536. OLE color: 13061536.

HSL color Cylindrical-coordinate representation of color #A04DC7: hue angle of 280.82º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A04DC7 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 77 199 -
CMYK 0.20 0.61 0 0.22
HSL 280.82º 0.52% 0.54% -
HSV(B) 280.82º 0.61% 0.78% -
XYZ 27.46 16.9 55.85 -
YUV 115.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 160 77 199 0.20 0.61 0 0.22 280.82 0.52 0.54
Hex A0 4D C7 14 3D 0 16 119 34 36
Octal 240 115 307 24 75 0 26 431 64 66
Binary 10100000 1001101 11000111 10100 111101 0 10110 100011001 110100 110110

Color Harmonies of #A04DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DC7

Black with #A04DC7

Text Example


Text Example

White with #A04DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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