#A913E7

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

Shades of Dark Violet #A913E7

Tints of Dark Violet #A913E7

Color information

#A913E7 (or 0xA913E7) is unknown color: approx Dark Violet. HEX triplet: A9, 13 and E7. RGB value is (169,19,231). Sum of RGB (Red+Green+Blue) = 169+19+231=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 19 (7.81% from 255 or 4.53% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #A913E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A913E7 is #56EC18. Grayscale: #575757. Windows color (decimal): -5696537 or 15143849. OLE color: 15143849.

HSL color Cylindrical-coordinate representation of color #A913E7: hue angle of 282.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A913E7 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16919231-
CMYK0.270.9200.09
HSL282.45º84.8%49.02%-
HSV(B)282.45º91.77%90.59%-
XYZ31.0214.6776.8-
YUV88.02208.7185.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 19 (7.81% from 255) = 4.53%
BLUE value IS 231 (90.62% from 255) = 55.13%
R=40.33%
G=4.53%
B=55.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal169192310.270.9200.09282.4584.849.02
HexA913E71B5C0911a5531
Octal251233473313401143212561
Binary101010011001111100111110111011100010011000110101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A913E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A913E7; }

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

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

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

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

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

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

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

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