#A40FD8

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

Shades of Dark Violet #A40FD8

Tints of Dark Violet #A40FD8

Color information

#A40FD8 (or 0xA40FD8) is unknown color: approx Dark Violet. HEX triplet: A4, 0F and D8. RGB value is (164,15,216). Sum of RGB (Red+Green+Blue) = 164+15+216=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #A40FD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD8 is #5BF027. Grayscale: #515151. Windows color (decimal): -6025256 or 14159780. OLE color: 14159780.

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

Color convert

RGB16415216-
CMYK0.240.9300.15
HSL284.48º87.01%45.29%-
HSV(B)284.48º93.06%84.71%-
XYZ27.8813.1966.04-
YUV82.46203.36186.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 15 (6.25% from 255) = 3.80%
BLUE value IS 216 (84.77% from 255) = 54.68%
R=41.52%
G=3.80%
B=54.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal164152160.240.9300.15284.4887.0145.29
HexA4FD8185D0F11c572d
Octal244173303013501743412755
Binary10100100111111011000110001011101011111000111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40FD8; }

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

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

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

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

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

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

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

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