#A40FD4

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

Shades of Dark Violet #A40FD4

Tints of Dark Violet #A40FD4

Color information

#A40FD4 (or 0xA40FD4) is unknown color: approx Dark Violet. HEX triplet: A4, 0F and D4. RGB value is (164,15,212). Sum of RGB (Red+Green+Blue) = 164+15+212=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 212 (83.20% from 255 or 54.22% from 391); Max value from RGB is 212 - color contains mainly: blue. Hex color #A40FD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD4 is #5BF02B. Grayscale: #515151. Windows color (decimal): -6025260 or 13897636. OLE color: 13897636.

HSL color Cylindrical-coordinate representation of color #A40FD4: hue angle of 285.38º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40FD4 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16415212-
CMYK0.230.9300.17
HSL285.38º86.78%44.51%-
HSV(B)285.38º92.92%83.14%-
XYZ27.3612.9963.35-
YUV82.01201.36186.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 212 (83.20% from 255) = 54.22%
R=41.94%
G=3.84%
B=54.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal164152120.230.9300.17285.3886.7844.51
HexA4FD4175D01111d572d
Octal244173242713502143512755
Binary101001001111110101001011110111010100011000111011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40FD4; }

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

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

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

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

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

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

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

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