#A136A0

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

Shades of Vivid Violet #A136A0

Tints of Vivid Violet #A136A0

Color information

#A136A0 (or 0xA136A0) is unknown color: approx Vivid Violet. HEX triplet: A1, 36 and A0. RGB value is (161,54,160). Sum of RGB (Red+Green+Blue) = 161+54+160=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A136A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A136A0 is #5EC95F. Grayscale: #616161. Windows color (decimal): -6211936 or 10499745. OLE color: 10499745.

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

Color convert

RGB16154160-
CMYK00.660.010.37
HSL300.56º49.77%42.16%-
HSV(B)300.56º66.46%63.14%-
XYZ22.3612.7534.54-
YUV98.08162.95172.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 54 (21.48% from 255) = 14.4%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=42.93%
G=14.4%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615416000.660.010.37300.5649.7742.16
HexA136A004212512d322a
Octal2416624001021454556252
Binary1010000111011010100000010000101100101100101101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136A0; }

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

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

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

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

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

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

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

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