#A4319D

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

Shades of Vivid Violet #A4319D

Tints of Vivid Violet #A4319D

Color information

#A4319D (or 0xA4319D) is unknown color: approx Vivid Violet. HEX triplet: A4, 31 and 9D. RGB value is (164,49,157). Sum of RGB (Red+Green+Blue) = 164+49+157=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4319D is #5BCE62. Grayscale: #5F5F5F. Windows color (decimal): -6016611 or 10301860. OLE color: 10301860.

HSL color Cylindrical-coordinate representation of color #A4319D: hue angle of 303.65º 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 #A4319D is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16449157-
CMYK00.700.040.36
HSL303.65º53.99%41.76%-
HSV(B)303.65º70.12%64.31%-
XYZ22.4912.5233.13-
YUV95.7162.6176.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 49 (19.53% from 255) = 13.24%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=44.32%
G=13.24%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644915700.700.040.36303.6553.9941.76
HexA4319D046424130362a
Octal2446123501064444606652
Binary101001001100011001110101000110100100100100110000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4319D; }

 p { color: rgb(164,49,157); }

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

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

 a { background-color: rgb(164,49,157); }

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

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

 span { border-color: rgb(164,49,157); }

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