Html Css Color HEX #A04DB5 Deep Lilac

📋 copy color: '#A04DB5'

red 160 ◦ green 77 ◦ blue 181

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

Shades of Deep Lilac #A04DB5

Tints of Deep Lilac #A04DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 38.28%
G = 18.42%
B = 43.3%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A04DB5 (or 0xA04DB5) is known color: Deep Lilac. HEX triplet: A0, 4D and B5. RGB value is (160,77,181). Sum of RGB (Red+Green+Blue) = 160+77+181=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #A04DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04DB5 is #5FB24A. Grayscale: #717171. Windows color (decimal): -6271563 or 11881888. OLE color: 11881888.

HSL color Cylindrical-coordinate representation of color #A04DB5: hue angle of 287.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04DB5 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 77 181 -
CMYK 0.12 0.57 0 0.29
HSL 287.88º 0.41% 0.51% -
HSV(B) 287.88º 0.57% 0.71% -
XYZ 25.49 16.12 45.48 -
YUV 113.67 166 161.04 -
System Red Green Blue C M Y K H S L
Decimal 160 77 181 0.12 0.57 0 0.29 287.88 0.41 0.51
Hex A0 4D B5 C 39 0 1D 120 29 33
Octal 240 115 265 14 71 0 35 440 51 63
Binary 10100000 1001101 10110101 1100 111001 0 11101 100100000 101001 110011

Color Harmonies of #A04DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DB5

Black with #A04DB5

Text Example


Text Example

White with #A04DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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