#A3319E

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

Shades of Vivid Violet #A3319E

Tints of Vivid Violet #A3319E

Color information

#A3319E (or 0xA3319E) is unknown color: approx Vivid Violet. HEX triplet: A3, 31 and 9E. RGB value is (163,49,158). Sum of RGB (Red+Green+Blue) = 163+49+158=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3319E is #5CCE61. Grayscale: #5F5F5F. Windows color (decimal): -6082146 or 10367395. OLE color: 10367395.

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

Color convert

RGB16349158-
CMYK00.700.030.36
HSL302.63º53.77%41.57%-
HSV(B)302.63º69.94%63.92%-
XYZ22.3712.4533.57-
YUV95.51163.27176.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 158 (62.11% from 255) = 42.70%
R=44.05%
G=13.24%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634915800.700.030.36302.6353.7741.57
HexA3319E04632412f362a
Octal2436123601063444576652
Binary10100011110001100111100100011011100100100101111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3319E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3319E; }

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

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

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

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

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

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

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

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