#A1369D

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

Shades of Vivid Violet #A1369D

Tints of Vivid Violet #A1369D

Color information

#A1369D (or 0xA1369D) is unknown color: approx Vivid Violet. HEX triplet: A1, 36 and 9D. RGB value is (161,54,157). Sum of RGB (Red+Green+Blue) = 161+54+157=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1369D is #5EC962. Grayscale: #616161. Windows color (decimal): -6211939 or 10303137. OLE color: 10303137.

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

Color convert

RGB16154157-
CMYK00.660.020.37
HSL302.24º49.77%42.16%-
HSV(B)302.24º66.46%63.14%-
XYZ22.112.6533.17-
YUV97.73161.45173.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 54 (21.48% from 255) = 14.52%
BLUE value IS 157 (61.72% from 255) = 42.20%
R=43.28%
G=14.52%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615415700.660.020.37302.2449.7742.16
HexA1369D04222512e322a
Octal2416623501022454566252
Binary10100001110110100111010100001010100101100101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1369D; }

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

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

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

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

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

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

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

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