#A1279F

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

Shades of Vivid Violet #A1279F

Tints of Vivid Violet #A1279F

Color information

#A1279F (or 0xA1279F) is unknown color: approx Vivid Violet. HEX triplet: A1, 27 and 9F. RGB value is (161,39,159). Sum of RGB (Red+Green+Blue) = 161+39+159=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1279F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1279F is #5ED860. Grayscale: #585858. Windows color (decimal): -6215777 or 10430369. OLE color: 10430369.

HSL color Cylindrical-coordinate representation of color #A1279F: hue angle of 300.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1279F is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16139159-
CMYK00.760.010.37
HSL300.98º61%39.22%-
HSV(B)300.98º75.78%63.14%-
XYZ21.6811.5333.88-
YUV89.16167.42179.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 39 (15.62% from 255) = 10.86%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=44.85%
G=10.86%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613915900.760.010.37300.986139.22
HexA1279F04C12512d3d27
Octal2414723701141454557547
Binary1010000110011110011111010011001100101100101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1279F; }

 p { color: rgb(161,39,159); }

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

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

 a { background-color: rgb(161,39,159); }

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

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

 span { border-color: rgb(161,39,159); }

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