#A813DA

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

Shades of Dark Violet #A813DA

Tints of Dark Violet #A813DA

Color information

#A813DA (or 0xA813DA) is unknown color: approx Dark Violet. HEX triplet: A8, 13 and DA. RGB value is (168,19,218). Sum of RGB (Red+Green+Blue) = 168+19+218=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #A813DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813DA is #57EC25. Grayscale: #555555. Windows color (decimal): -5762086 or 14291880. OLE color: 14291880.

HSL color Cylindrical-coordinate representation of color #A813DA: hue angle of 284.92º 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 #A813DA is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16819218-
CMYK0.230.9100.15
HSL284.92º83.97%46.47%-
HSV(B)284.92º91.28%85.49%-
XYZ29.0413.8567.47-
YUV86.24202.36186.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 19 (7.81% from 255) = 4.69%
BLUE value IS 218 (85.55% from 255) = 53.83%
R=41.48%
G=4.69%
B=53.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal168192180.230.9100.15284.9283.9746.47
HexA813DA175B0F11d542e
Octal250233322713301743512456
Binary101010001001111011010101111011011011111000111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A813DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A813DA; }

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

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

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

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

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

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

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

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