#A1379C

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

Shades of Vivid Violet #A1379C

Tints of Vivid Violet #A1379C

Color information

#A1379C (or 0xA1379C) is unknown color: approx Vivid Violet. HEX triplet: A1, 37 and 9C. RGB value is (161,55,156). Sum of RGB (Red+Green+Blue) = 161+55+156=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1379C is #5EC863. Grayscale: #616161. Windows color (decimal): -6211684 or 10237857. OLE color: 10237857.

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

Color convert

RGB16155156-
CMYK00.660.030.37
HSL302.83º49.07%42.35%-
HSV(B)302.83º65.84%63.14%-
XYZ22.0612.7132.74-
YUV98.21160.62172.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 55 (21.88% from 255) = 14.78%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=43.28%
G=14.78%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615515600.660.030.37302.8349.0742.35
HexA1379C04232512f312a
Octal2416723401023454576152
Binary10100001110111100111000100001011100101100101111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1379C; }

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

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

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

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

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

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

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

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