#A5319F

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

Shades of Vivid Violet #A5319F

Tints of Vivid Violet #A5319F

Color information

#A5319F (or 0xA5319F) is unknown color: approx Vivid Violet. HEX triplet: A5, 31 and 9F. RGB value is (165,49,159). Sum of RGB (Red+Green+Blue) = 165+49+159=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5319F is #5ACE60. Grayscale: #5F5F5F. Windows color (decimal): -5951073 or 10432933. OLE color: 10432933.

HSL color Cylindrical-coordinate representation of color #A5319F: hue angle of 303.1º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5319F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16549159-
CMYK00.700.040.35
HSL303.1º54.21%41.96%-
HSV(B)303.1º70.3%64.71%-
XYZ22.8712.734.05-
YUV96.22163.43177.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 49 (19.53% from 255) = 13.14%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=44.24%
G=13.14%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654915900.700.040.35303.154.2141.96
HexA5319F04642312f362a
Octal2456123701064434576652
Binary101001011100011001111101000110100100011100101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5319F; }

 p { color: rgb(165,49,159); }

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

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

 a { background-color: rgb(165,49,159); }

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

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

 span { border-color: rgb(165,49,159); }

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