#A13599

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

Shades of Vivid Violet #A13599

Tints of Vivid Violet #A13599

Color information

#A13599 (or 0xA13599) is unknown color: approx Vivid Violet. HEX triplet: A1, 35 and 99. RGB value is (161,53,153). Sum of RGB (Red+Green+Blue) = 161+53+153=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A13599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13599 is #5ECA66. Grayscale: #606060. Windows color (decimal): -6212199 or 10040737. OLE color: 10040737.

HSL color Cylindrical-coordinate representation of color #A13599: hue angle of 304.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13599 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16153153-
CMYK00.670.050.37
HSL304.44º50.47%41.96%-
HSV(B)304.44º67.08%63.14%-
XYZ21.7212.4231.39-
YUV96.69159.78173.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=43.87%
G=14.44%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615315300.670.050.37304.4450.4741.96
HexA13599043525130322a
Octal2416523101035454606252
Binary101000011101011001100101000011101100101100110000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13599; }

 p { color: rgb(161,53,153); }

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

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

 a { background-color: rgb(161,53,153); }

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

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

 span { border-color: rgb(161,53,153); }

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