#A40FD0

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

Shades of Dark Violet #A40FD0

Tints of Dark Violet #A40FD0

Color information

#A40FD0 (or 0xA40FD0) is unknown color: approx Dark Violet. HEX triplet: A4, 0F and D0. RGB value is (164,15,208). Sum of RGB (Red+Green+Blue) = 164+15+208=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #A40FD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40FD0 is #5BF02F. Grayscale: #505050. Windows color (decimal): -6025264 or 13635492. OLE color: 13635492.

HSL color Cylindrical-coordinate representation of color #A40FD0: hue angle of 286.32º 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 #A40FD0 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16415208-
CMYK0.210.9300.18
HSL286.32º86.55%43.73%-
HSV(B)286.32º92.79%81.57%-
XYZ26.8712.7960.73-
YUV81.55199.36186.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 15 (6.25% from 255) = 3.88%
BLUE value IS 208 (81.64% from 255) = 53.75%
R=42.38%
G=3.88%
B=53.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164152080.210.9300.18286.3286.5543.73
HexA4FD0155D01211e572c
Octal244173202513502243612754
Binary101001001111110100001010110111010100101000111101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40FD0; }

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

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

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

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

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

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

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

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