#A1379B

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

Shades of Vivid Violet #A1379B

Tints of Vivid Violet #A1379B

Color information

#A1379B (or 0xA1379B) is unknown color: approx Vivid Violet. HEX triplet: A1, 37 and 9B. RGB value is (161,55,155). Sum of RGB (Red+Green+Blue) = 161+55+155=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1379B is #5EC864. Grayscale: #616161. Windows color (decimal): -6211685 or 10172321. OLE color: 10172321.

HSL color Cylindrical-coordinate representation of color #A1379B: hue angle of 303.4º degrees, saturation: 0.49, 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 #A1379B is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16155155-
CMYK00.660.040.37
HSL303.4º49.07%42.35%-
HSV(B)303.4º65.84%63.14%-
XYZ21.9812.6832.3-
YUV98.09160.12172.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=43.40%
G=14.82%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615515500.660.040.37303.449.0742.35
HexA1379B04242512f312a
Octal2416723301024454576152
Binary101000011101111001101101000010100100101100101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1379B; }

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

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

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

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

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

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

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

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