#A40FD1

Color #A40FD1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A40FD1

Tints of Dark Violet #A40FD1

Color information

#A40FD1 (or 0xA40FD1) is unknown color: approx Dark Violet. HEX triplet: A4, 0F and D1. RGB value is (164,15,209). Sum of RGB (Red+Green+Blue) = 164+15+209=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #A40FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD1 is #5BF02E. Grayscale: #515151. Windows color (decimal): -6025263 or 13701028. OLE color: 13701028.

HSL color Cylindrical-coordinate representation of color #A40FD1: hue angle of 286.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FD1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16415209-
CMYK0.220.9300.18
HSL286.08º86.61%43.92%-
HSV(B)286.08º92.82%81.96%-
XYZ26.9912.8461.38-
YUV81.67199.86186.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 209 (82.03% from 255) = 53.87%
R=42.27%
G=3.87%
B=53.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164152090.220.9300.18286.0886.6143.92
HexA4FD1165D01211e572c
Octal244173212613502243612754
Binary101001001111110100011011010111010100101000111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40FD1; }

 p { color: rgb(164,15,209); }

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

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

 a { background-color: rgb(164,15,209); }

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

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

 span { border-color: rgb(164,15,209); }

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