#A2319E

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

Shades of Vivid Violet #A2319E

Tints of Vivid Violet #A2319E

Color information

#A2319E (or 0xA2319E) is unknown color: approx Vivid Violet. HEX triplet: A2, 31 and 9E. RGB value is (162,49,158). Sum of RGB (Red+Green+Blue) = 162+49+158=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2319E is #5DCE61. Grayscale: #5E5E5E. Windows color (decimal): -6147682 or 10367394. OLE color: 10367394.

HSL color Cylindrical-coordinate representation of color #A2319E: hue angle of 302.12º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2319E is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16249158-
CMYK00.700.020.36
HSL302.12º53.55%41.37%-
HSV(B)302.12º69.75%63.53%-
XYZ22.1712.3533.56-
YUV95.21163.44175.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 49 (19.53% from 255) = 13.28%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=43.90%
G=13.28%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624915800.700.020.36302.1253.5541.37
HexA2319E04622412e3629
Octal2426123601062444566651
Binary10100010110001100111100100011010100100100101110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2319E; }

 p { color: rgb(162,49,158); }

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

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

 a { background-color: rgb(162,49,158); }

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

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

 span { border-color: rgb(162,49,158); }

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