#A913DA

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

Shades of Dark Violet #A913DA

Tints of Dark Violet #A913DA

Color information

#A913DA (or 0xA913DA) is unknown color: approx Dark Violet. HEX triplet: A9, 13 and DA. RGB value is (169,19,218). Sum of RGB (Red+Green+Blue) = 169+19+218=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #A913DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913DA is #56EC25. Grayscale: #555555. Windows color (decimal): -5696550 or 14291881. OLE color: 14291881.

HSL color Cylindrical-coordinate representation of color #A913DA: hue angle of 285.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A913DA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16919218-
CMYK0.220.9100.15
HSL285.23º83.97%46.47%-
HSV(B)285.23º91.28%85.49%-
XYZ29.2513.9667.48-
YUV86.54202.2186.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 19 (7.81% from 255) = 4.68%
BLUE value IS 218 (85.55% from 255) = 53.69%
R=41.63%
G=4.68%
B=53.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169192180.220.9100.15285.2383.9746.47
HexA913DA165B0F11d542e
Octal251233322613301743512456
Binary101010011001111011010101101011011011111000111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913DA; }

 p { color: rgb(169,19,218); }

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

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

 a { background-color: rgb(169,19,218); }

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

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

 span { border-color: rgb(169,19,218); }

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