#A12EA0

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

Shades of Vivid Violet #A12EA0

Tints of Vivid Violet #A12EA0

Color information

#A12EA0 (or 0xA12EA0) is unknown color: approx Vivid Violet. HEX triplet: A1, 2E and A0. RGB value is (161,46,160). Sum of RGB (Red+Green+Blue) = 161+46+160=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A12EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EA0 is #5ED15F. Grayscale: #5D5D5D. Windows color (decimal): -6213984 or 10497697. OLE color: 10497697.

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

Color convert

RGB16146160-
CMYK00.710.010.37
HSL300.52º55.56%40.59%-
HSV(B)300.52º71.43%63.14%-
XYZ22.0212.0734.43-
YUV93.38165.6176.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=43.87%
G=12.53%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614616000.710.010.37300.5255.5640.59
HexA12EA004712512d3829
Octal2415624001071454557051
Binary1010000110111010100000010001111100101100101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EA0; }

 p { color: rgb(161,46,160); }

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

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

 a { background-color: rgb(161,46,160); }

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

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

 span { border-color: rgb(161,46,160); }

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