Html Css Color HEX #A04CD5 Deep Lilac

📋 copy color: '#A04CD5'

red 160 ◦ green 76 ◦ blue 213

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

Shades of Deep Lilac #A04CD5

Tints of Deep Lilac #A04CD5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

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

R = 35.63%
G = 16.93%
B = 47.44%

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

#A04CD5 (or 0xA04CD5) is known color: Deep Lilac. HEX triplet: A0, 4C and D5. RGB value is (160,76,213). Sum of RGB (Red+Green+Blue) = 160+76+213=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #A04CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CD5 is #5FB32A. Grayscale: #747474. Windows color (decimal): -6271787 or 13978784. OLE color: 13978784.

HSL color Cylindrical-coordinate representation of color #A04CD5: hue angle of 276.79º 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 #A04CD5 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 76 213 -
CMYK 0.25 0.64 0 0.16
HSL 276.79º 0.62% 0.57% -
HSV(B) 276.79º 0.64% 0.84% -
XYZ 29.09 17.45 64.79 -
YUV 116.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 160 76 213 0.25 0.64 0 0.16 276.79 0.62 0.57
Hex A0 4C D5 19 40 0 10 115 3E 39
Octal 240 114 325 31 100 0 20 425 76 71
Binary 10100000 1001100 11010101 11001 1000000 0 10000 100010101 111110 111001

Color Harmonies of #A04CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CD5

Black with #A04CD5

Text Example


Text Example

White with #A04CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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