#A1349D

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

Shades of Vivid Violet #A1349D

Tints of Vivid Violet #A1349D

Color information

#A1349D (or 0xA1349D) is unknown color: approx Vivid Violet. HEX triplet: A1, 34 and 9D. RGB value is (161,52,157). Sum of RGB (Red+Green+Blue) = 161+52+157=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A1349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1349D is #5ECB62. Grayscale: #606060. Windows color (decimal): -6212451 or 10302625. OLE color: 10302625.

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

Color convert

RGB16152157-
CMYK00.680.020.37
HSL302.2º51.17%41.76%-
HSV(B)302.2º67.7%63.14%-
XYZ22.0112.4733.14-
YUV96.56162.11173.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.51%
GREEN value IS 52 (20.70% from 255) = 14.05%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=43.51%
G=14.05%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615215700.680.020.37302.251.1741.76
HexA1349D04422512e332a
Octal2416423501042454566352
Binary10100001110100100111010100010010100101100101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1349D; }

 p { color: rgb(161,52,157); }

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

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

 a { background-color: rgb(161,52,157); }

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

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

 span { border-color: rgb(161,52,157); }

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