#A410D1

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

Shades of Dark Violet #A410D1

Tints of Dark Violet #A410D1

Color information

#A410D1 (or 0xA410D1) is unknown color: approx Dark Violet. HEX triplet: A4, 10 and D1. RGB value is (164,16,209). Sum of RGB (Red+Green+Blue) = 164+16+209=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #A410D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A410D1 is #5BEF2E. Grayscale: #515151. Windows color (decimal): -6025007 or 13701284. OLE color: 13701284.

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

Color convert

RGB16416209-
CMYK0.220.9200.18
HSL286.01º85.78%44.12%-
HSV(B)286.01º92.34%81.96%-
XYZ2712.8761.38-
YUV82.25199.53186.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 16 (6.64% from 255) = 4.11%
BLUE value IS 209 (82.03% from 255) = 53.73%
R=42.16%
G=4.11%
B=53.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164162090.220.9200.18286.0185.7844.12
HexA410D1165C01211e562c
Octal244203212613402243612654
Binary1010010010000110100011011010111000100101000111101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A410D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A410D1; }

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

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

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

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

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

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

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

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