#A1359B

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

Shades of Vivid Violet #A1359B

Tints of Vivid Violet #A1359B

Color information

#A1359B (or 0xA1359B) is unknown color: approx Vivid Violet. HEX triplet: A1, 35 and 9B. RGB value is (161,53,155). Sum of RGB (Red+Green+Blue) = 161+53+155=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1359B is #5ECA64. Grayscale: #606060. Windows color (decimal): -6212197 or 10171809. OLE color: 10171809.

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

Color convert

RGB16153155-
CMYK00.670.040.37
HSL303.33º50.47%41.96%-
HSV(B)303.33º67.08%63.14%-
XYZ21.8912.4932.27-
YUV96.92160.78173.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=43.63%
G=14.36%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615315500.670.040.37303.3350.4741.96
HexA1359B04342512f322a
Octal2416523301034454576252
Binary101000011101011001101101000011100100101100101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1359B; }

 p { color: rgb(161,53,155); }

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

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

 a { background-color: rgb(161,53,155); }

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

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

 span { border-color: rgb(161,53,155); }

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