#A600D1

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

Shades of Dark Violet #A600D1

Tints of Dark Violet #A600D1

Color information

#A600D1 (or 0xA600D1) is unknown color: approx Dark Violet. HEX triplet: A6, 00 and D1. RGB value is (166,0,209). Sum of RGB (Red+Green+Blue) = 166+0+209=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #A600D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600D1 is #59FF2E. Grayscale: #484848. Windows color (decimal): -5898031 or 13697190. OLE color: 13697190.

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

Color convert

RGB1660209-
CMYK0.21100.18
HSL287.66º100%40.98%-
HSV(B)287.66º100%81.96%-
XYZ27.2312.7161.34-
YUV73.46204.5194.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=44.27%
G=0%
B=55.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16602090.21100.18287.6610040.98
HexA60D115640121206429
Octal24603212514402244014451
Binary101001100110100011010111001000100101001000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A600D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A600D1; }

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

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

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

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

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

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

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

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