#A133A0

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

Shades of Vivid Violet #A133A0

Tints of Vivid Violet #A133A0

Color information

#A133A0 (or 0xA133A0) is unknown color: approx Vivid Violet. HEX triplet: A1, 33 and A0. RGB value is (161,51,160). Sum of RGB (Red+Green+Blue) = 161+51+160=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A133A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A133A0 is #5ECC5F. Grayscale: #5F5F5F. Windows color (decimal): -6212704 or 10498977. OLE color: 10498977.

HSL color Cylindrical-coordinate representation of color #A133A0: hue angle of 300.55º degrees, saturation: 0.52, 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 #A133A0 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16151160-
CMYK00.680.010.37
HSL300.55º51.89%41.57%-
HSV(B)300.55º68.32%63.14%-
XYZ22.2312.4834.5-
YUV96.32163.94174.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 160 (62.89% from 255) = 43.01%
R=43.28%
G=13.71%
B=43.01%

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
Decimal1615116000.680.010.37300.5551.8941.57
HexA133A004412512d342a
Octal2416324001041454556452
Binary1010000111001110100000010001001100101100101101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133A0; }

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

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

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

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

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

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

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

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