#A900D3

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

Shades of Dark Violet #A900D3

Tints of Dark Violet #A900D3

Color information

#A900D3 (or 0xA900D3) is unknown color: approx Dark Violet. HEX triplet: A9, 00 and D3. RGB value is (169,0,211). Sum of RGB (Red+Green+Blue) = 169+0+211=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 211 (82.81% from 255 or 55.53% from 380); Max value from RGB is 211 - color contains mainly: blue. Hex color #A900D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900D3 is #56FF2C. Grayscale: #494949. Windows color (decimal): -5701421 or 13828265. OLE color: 13828265.

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

Color convert

RGB1690211-
CMYK0.20100.17
HSL288.06º100%41.37%-
HSV(B)288.06º100%82.75%-
XYZ28.1213.1462.68-
YUV74.59204.99195.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 55.53%
R=44.47%
G=0%
B=55.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16902110.20100.17288.0610041.37
HexA90D314640111206429
Octal25103232414402144014451
Binary101010010110100111010011001000100011001000001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A900D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A900D3; }

 p { color: rgb(169,0,211); }

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

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

 a { background-color: rgb(169,0,211); }

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

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

 span { border-color: rgb(169,0,211); }

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