#A12BA7

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

Shades of Vivid Violet #A12BA7

Tints of Vivid Violet #A12BA7

Color information

#A12BA7 (or 0xA12BA7) is unknown color: approx Vivid Violet. HEX triplet: A1, 2B and A7. RGB value is (161,43,167). Sum of RGB (Red+Green+Blue) = 161+43+167=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #A12BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BA7 is #5ED458. Grayscale: #5C5C5C. Windows color (decimal): -6214745 or 10955681. OLE color: 10955681.

HSL color Cylindrical-coordinate representation of color #A12BA7: hue angle of 297.1º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12BA7 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16143167-
CMYK0.040.7400.35
HSL297.1º59.05%41.18%-
HSV(B)297.1º74.25%65.49%-
XYZ22.5412.0937.71-
YUV92.42170.09176.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 43 (17.19% from 255) = 11.59%
BLUE value IS 167 (65.62% from 255) = 45.01%
R=43.40%
G=11.59%
B=45.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161431670.040.7400.35297.159.0541.18
HexA12BA744A0231293b29
Octal2415324741120434517351
Binary101000011010111010011110010010100100011100101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12BA7; }

 p { color: rgb(161,43,167); }

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

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

 a { background-color: rgb(161,43,167); }

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

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

 span { border-color: rgb(161,43,167); }

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