#A12F9B

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

Shades of Vivid Violet #A12F9B

Tints of Vivid Violet #A12F9B

Color information

#A12F9B (or 0xA12F9B) is unknown color: approx Vivid Violet. HEX triplet: A1, 2F and 9B. RGB value is (161,47,155). Sum of RGB (Red+Green+Blue) = 161+47+155=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12F9B is #5ED064. Grayscale: #5D5D5D. Windows color (decimal): -6213733 or 10170273. OLE color: 10170273.

HSL color Cylindrical-coordinate representation of color #A12F9B: hue angle of 303.16º degrees, saturation: 0.55, 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 #A12F9B is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16147155-
CMYK00.710.040.37
HSL303.16º54.81%40.78%-
HSV(B)303.16º70.81%63.14%-
XYZ21.6311.9832.18-
YUV93.4162.77176.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 47 (18.75% from 255) = 12.95%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=44.35%
G=12.95%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614715500.710.040.37303.1654.8140.78
HexA12F9B04742512f3729
Octal2415723301074454576751
Binary101000011011111001101101000111100100101100101111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F9B; }

 p { color: rgb(161,47,155); }

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

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

 a { background-color: rgb(161,47,155); }

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

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

 span { border-color: rgb(161,47,155); }

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