Html Css Color HEX #A04ACF Deep Lilac

📋 copy color: '#A04ACF'

red 160 ◦ green 74 ◦ blue 207

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

Shades of Deep Lilac #A04ACF

Tints of Deep Lilac #A04ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 36.28%
G = 16.78%
B = 46.94%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A04ACF (or 0xA04ACF) is known color: Deep Lilac. HEX triplet: A0, 4A and CF. RGB value is (160,74,207). Sum of RGB (Red+Green+Blue) = 160+74+207=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A04ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ACF is #5FB530. Grayscale: #727272. Windows color (decimal): -6272305 or 13585056. OLE color: 13585056.

HSL color Cylindrical-coordinate representation of color #A04ACF: hue angle of 278.8º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A04ACF is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 74 207 -
CMYK 0.23 0.64 0 0.19
HSL 278.8º 0.58% 0.55% -
HSV(B) 278.8º 0.64% 0.81% -
XYZ 28.21 16.88 60.8 -
YUV 114.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 160 74 207 0.23 0.64 0 0.19 278.8 0.58 0.55
Hex A0 4A CF 17 40 0 13 117 3A 37
Octal 240 112 317 27 100 0 23 427 72 67
Binary 10100000 1001010 11001111 10111 1000000 0 10011 100010111 111010 110111

Color Harmonies of #A04ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04ACF

Black with #A04ACF

Text Example


Text Example

White with #A04ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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