#A000D1

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

Shades of Dark Violet #A000D1

Tints of Dark Violet #A000D1

Color information

#A000D1 (or 0xA000D1) is unknown color: approx Dark Violet. HEX triplet: A0, 00 and D1. RGB value is (160,0,209). Sum of RGB (Red+Green+Blue) = 160+0+209=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #A000D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000D1 is #5FFF2E. Grayscale: #464646. Windows color (decimal): -6291247 or 13697184. OLE color: 13697184.

HSL color Cylindrical-coordinate representation of color #A000D1: hue angle of 285.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000D1 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1600209-
CMYK0.23100.18
HSL285.93º100%40.98%-
HSV(B)285.93º100%81.96%-
XYZ26.0112.0861.28-
YUV71.67205.51191.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 56.64%
R=43.36%
G=0%
B=56.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16002090.23100.18285.9310040.98
HexA00D1176401211e6429
Octal24003212714402243614451
Binary101000000110100011011111001000100101000111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A000D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A000D1; }

 p { color: rgb(160,0,209); }

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

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

 a { background-color: rgb(160,0,209); }

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

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

 span { border-color: rgb(160,0,209); }

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