#A134A0

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

Shades of Vivid Violet #A134A0

Tints of Vivid Violet #A134A0

Color information

#A134A0 (or 0xA134A0) is unknown color: approx Vivid Violet. HEX triplet: A1, 34 and A0. RGB value is (161,52,160). Sum of RGB (Red+Green+Blue) = 161+52+160=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A134A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134A0 is #5ECB5F. Grayscale: #606060. Windows color (decimal): -6212448 or 10499233. OLE color: 10499233.

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

Color convert

RGB16152160-
CMYK00.680.010.37
HSL300.55º51.17%41.76%-
HSV(B)300.55º67.7%63.14%-
XYZ22.2712.5734.51-
YUV96.9163.61173.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 52 (20.70% from 255) = 13.94%
BLUE value IS 160 (62.89% from 255) = 42.90%
R=43.16%
G=13.94%
B=42.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615216000.680.010.37300.5551.1741.76
HexA134A004412512d332a
Octal2416424001041454556352
Binary1010000111010010100000010001001100101100101101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A134A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A134A0; }

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

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

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

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

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

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

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

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