Html Css Color HEX #A04FCF Deep Lilac

📋 copy color: '#A04FCF'

red 160 ◦ green 79 ◦ blue 207

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

Shades of Deep Lilac #A04FCF

Tints of Deep Lilac #A04FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.71%

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

R = 35.87%
G = 17.71%
B = 46.41%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A04FCF (or 0xA04FCF) is known color: Deep Lilac. HEX triplet: A0, 4F and CF. RGB value is (160,79,207). Sum of RGB (Red+Green+Blue) = 160+79+207=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #A04FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FCF is #5FB030. Grayscale: #757575. Windows color (decimal): -6271025 or 13586336. OLE color: 13586336.

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

Color convert

RGB 160 79 207 -
CMYK 0.23 0.62 0 0.19
HSL 277.97º 0.57% 0.56% -
HSV(B) 277.97º 0.62% 0.81% -
XYZ 28.56 17.57 60.92 -
YUV 117.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 160 79 207 0.23 0.62 0 0.19 277.97 0.57 0.56
Hex A0 4F CF 17 3E 0 13 116 39 38
Octal 240 117 317 27 76 0 23 426 71 70
Binary 10100000 1001111 11001111 10111 111110 0 10011 100010110 111001 111000

Color Harmonies of #A04FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FCF

Black with #A04FCF

Text Example


Text Example

White with #A04FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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