Html Css Color HEX #A04FD2 Deep Lilac

📋 copy color: '#A04FD2'

red 160 ◦ green 79 ◦ blue 210

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

Shades of Deep Lilac #A04FD2

Tints of Deep Lilac #A04FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 35.63%
G = 17.59%
B = 46.77%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A04FD2 (or 0xA04FD2) is known color: Deep Lilac. HEX triplet: A0, 4F and D2. RGB value is (160,79,210). Sum of RGB (Red+Green+Blue) = 160+79+210=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #A04FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FD2 is #5FB02D. Grayscale: #757575. Windows color (decimal): -6271022 or 13782944. OLE color: 13782944.

HSL color Cylindrical-coordinate representation of color #A04FD2: hue angle of 277.1º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A04FD2 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 79 210 -
CMYK 0.24 0.62 0 0.18
HSL 277.1º 0.59% 0.57% -
HSV(B) 277.1º 0.62% 0.82% -
XYZ 28.93 17.72 62.87 -
YUV 118.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 160 79 210 0.24 0.62 0 0.18 277.1 0.59 0.57
Hex A0 4F D2 18 3E 0 12 115 3B 39
Octal 240 117 322 30 76 0 22 425 73 71
Binary 10100000 1001111 11010010 11000 111110 0 10010 100010101 111011 111001

Color Harmonies of #A04FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04FD2

Black with #A04FD2

Text Example


Text Example

White with #A04FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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