Html Css Color HEX #A04ACD Deep Lilac

📋 copy color: '#A04ACD'

red 160 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #A04ACD

Tints of Deep Lilac #A04ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 36.45%
G = 16.86%
B = 46.7%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A04ACD (or 0xA04ACD) is known color: Deep Lilac. HEX triplet: A0, 4A and CD. RGB value is (160,74,205). Sum of RGB (Red+Green+Blue) = 160+74+205=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #A04ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACD is #5FB532. Grayscale: #727272. Windows color (decimal): -6272307 or 13453984. OLE color: 13453984.

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

Color convert

RGB 160 74 205 -
CMYK 0.22 0.64 0 0.20
HSL 279.39º 0.57% 0.55% -
HSV(B) 279.39º 0.64% 0.8% -
XYZ 27.97 16.78 59.52 -
YUV 114.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 160 74 205 0.22 0.64 0 0.20 279.39 0.57 0.55
Hex A0 4A CD 16 40 0 14 117 39 37
Octal 240 112 315 26 100 0 24 427 71 67
Binary 10100000 1001010 11001101 10110 1000000 0 10100 100010111 111001 110111

Color Harmonies of #A04ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ACD

Black with #A04ACD

Text Example


Text Example

White with #A04ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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