#A1279E

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

Shades of Vivid Violet #A1279E

Tints of Vivid Violet #A1279E

Color information

#A1279E (or 0xA1279E) is unknown color: approx Vivid Violet. HEX triplet: A1, 27 and 9E. RGB value is (161,39,158). Sum of RGB (Red+Green+Blue) = 161+39+158=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1279E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1279E is #5ED861. Grayscale: #585858. Windows color (decimal): -6215778 or 10364833. OLE color: 10364833.

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

Color convert

RGB16139158-
CMYK00.760.020.37
HSL301.48º61%39.22%-
HSV(B)301.48º75.78%63.14%-
XYZ21.611.533.43-
YUV89.04166.92179.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=44.97%
G=10.89%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613915800.760.020.37301.486139.22
HexA1279E04C22512d3d27
Octal2414723601142454557547
Binary10100001100111100111100100110010100101100101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1279E; }

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

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

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

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

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

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

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

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