#A12CA0

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

Shades of Vivid Violet #A12CA0

Tints of Vivid Violet #A12CA0

Color information

#A12CA0 (or 0xA12CA0) is unknown color: approx Vivid Violet. HEX triplet: A1, 2C and A0. RGB value is (161,44,160). Sum of RGB (Red+Green+Blue) = 161+44+160=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A12CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12CA0 is #5ED35F. Grayscale: #5B5B5B. Windows color (decimal): -6214496 or 10497185. OLE color: 10497185.

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

Color convert

RGB16144160-
CMYK00.730.010.37
HSL300.51º57.07%40.2%-
HSV(B)300.51º72.67%63.14%-
XYZ21.9411.9234.4-
YUV92.21166.26177.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=44.11%
G=12.05%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614416000.730.010.37300.5157.0740.2
HexA12CA004912512d3928
Octal2415424001111454557150
Binary1010000110110010100000010010011100101100101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12CA0; }

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

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

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

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

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

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

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

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