Html Css Color HEX #A04BAD Deep Lilac

📋 copy color: '#A04BAD'

red 160 ◦ green 75 ◦ blue 173

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

Shades of Deep Lilac #A04BAD

Tints of Deep Lilac #A04BAD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.38%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 39.22%
G = 18.38%
B = 42.4%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A04BAD (or 0xA04BAD) is known color: Deep Lilac. HEX triplet: A0, 4B and AD. RGB value is (160,75,173). Sum of RGB (Red+Green+Blue) = 160+75+173=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #A04BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAD is #5FB452. Grayscale: #6F6F6F. Windows color (decimal): -6272083 or 11357088. OLE color: 11357088.

HSL color Cylindrical-coordinate representation of color #A04BAD: hue angle of 292.04º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A04BAD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 75 173 -
CMYK 0.08 0.57 0 0.32
HSL 292.04º 0.4% 0.49% -
HSV(B) 292.04º 0.57% 0.68% -
XYZ 24.56 15.52 41.24 -
YUV 111.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 160 75 173 0.08 0.57 0 0.32 292.04 0.4 0.49
Hex A0 4B AD 8 39 0 20 124 28 31
Octal 240 113 255 10 71 0 40 444 50 61
Binary 10100000 1001011 10101101 1000 111001 0 100000 100100100 101000 110001

Color Harmonies of #A04BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BAD

Black with #A04BAD

Text Example


Text Example

White with #A04BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BAD; }

 p { color: rgb(160,75,173); }

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

background-color css

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

 a { background-color: rgb(160,75,173); }

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

border-color css

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

 span { border-color: rgb(160,75,173); }

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