#A04FD3

Color #A04FD3 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A04FD3

Tints of Deep Lilac #A04FD3

Color information

#A04FD3 (or 0xA04FD3) is unknown color: approx Deep Lilac. HEX triplet: A0, 4F and D3. RGB value is (160,79,211). Sum of RGB (Red+Green+Blue) = 160+79+211=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #A04FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A04FD3 is #5FB02C. Grayscale: #757575. Windows color (decimal): -6271021 or 13848480. OLE color: 13848480.

HSL color Cylindrical-coordinate representation of color #A04FD3: hue angle of 276.82º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A04FD3 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16079211-
CMYK0.240.6300.17
HSL276.82º60%56.86%-
HSV(B)276.82º62.56%82.75%-
XYZ29.0517.7763.53-
YUV118.27180.34157.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=35.56%
G=17.56%
B=46.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160792110.240.6300.17276.826056.86
HexA04FD3183F0111153c39
Octal24011732330770214257471
Binary1010000010011111101001111000111111010001100010101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04FD3; }

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

 H1.HeaderClassName
 {
   color: #A04FD3;
 }
 .AnyTagClassName
 {
   color: #A04FD3;
 }
</style>
background-color css

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

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

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

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

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

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