Html Css Color HEX #A04ACB Deep Lilac

📋 copy color: '#A04ACB'

red 160 ◦ green 74 ◦ blue 203

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

Shades of Deep Lilac #A04ACB

Tints of Deep Lilac #A04ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.45%

R = 36.61%
G = 16.93%
B = 46.45%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A04ACB (or 0xA04ACB) is known color: Deep Lilac. HEX triplet: A0, 4A and CB. RGB value is (160,74,203). Sum of RGB (Red+Green+Blue) = 160+74+203=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #A04ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACB is #5FB534. Grayscale: #717171. Windows color (decimal): -6272309 or 13322912. OLE color: 13322912.

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

Color convert

RGB 160 74 203 -
CMYK 0.21 0.64 0 0.20
HSL 280º 0.55% 0.54% -
HSV(B) 280º 0.64% 0.8% -
XYZ 27.73 16.68 58.26 -
YUV 114.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 160 74 203 0.21 0.64 0 0.20 280 0.55 0.54
Hex A0 4A CB 15 40 0 14 118 37 36
Octal 240 112 313 25 100 0 24 430 67 66
Binary 10100000 1001010 11001011 10101 1000000 0 10100 100011000 110111 110110

Color Harmonies of #A04ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ACB

Black with #A04ACB

Text Example


Text Example

White with #A04ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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