#A813C9

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

Shades of Dark Violet #A813C9

Tints of Dark Violet #A813C9

Color information

#A813C9 (or 0xA813C9) is unknown color: approx Dark Violet. HEX triplet: A8, 13 and C9. RGB value is (168,19,201). Sum of RGB (Red+Green+Blue) = 168+19+201=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #A813C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813C9 is #57EC36. Grayscale: #535353. Windows color (decimal): -5762103 or 13177768. OLE color: 13177768.

HSL color Cylindrical-coordinate representation of color #A813C9: hue angle of 289.12º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A813C9 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16819201-
CMYK0.160.9100.21
HSL289.12º82.73%43.14%-
HSV(B)289.12º90.55%78.82%-
XYZ26.9213.0156.35-
YUV84.3193.86187.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 19 (7.81% from 255) = 4.90%
BLUE value IS 201 (78.91% from 255) = 51.80%
R=43.30%
G=4.90%
B=51.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168192010.160.9100.21289.1282.7343.14
HexA813C9105B015121532b
Octal250233112013302544112353
Binary1010100010011110010011000010110110101011001000011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A813C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A813C9; }

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

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

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

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

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

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

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

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