#A913E2

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

Shades of Dark Violet #A913E2

Tints of Dark Violet #A913E2

Color information

#A913E2 (or 0xA913E2) is unknown color: approx Dark Violet. HEX triplet: A9, 13 and E2. RGB value is (169,19,226). Sum of RGB (Red+Green+Blue) = 169+19+226=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 226 (88.67% from 255 or 54.59% from 414); Max value from RGB is 226 - color contains mainly: blue. Hex color #A913E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A913E2 is #56EC1D. Grayscale: #565656. Windows color (decimal): -5696542 or 14816169. OLE color: 14816169.

HSL color Cylindrical-coordinate representation of color #A913E2: hue angle of 283.48º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A913E2 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16919226-
CMYK0.250.9200.11
HSL283.48º84.49%48.04%-
HSV(B)283.48º91.59%88.63%-
XYZ30.3214.3973.13-
YUV87.45206.2186.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 19 (7.81% from 255) = 4.59%
BLUE value IS 226 (88.67% from 255) = 54.59%
R=40.82%
G=4.59%
B=54.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169192260.250.9200.11283.4884.4948.04
HexA913E2195C0B11b5430
Octal251233423113401343312460
Binary101010011001111100010110011011100010111000110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913E2; }

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

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

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

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

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

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

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

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