#a137a1

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

Shades of Violet Blue #A137A1

Tints of Violet Blue #A137A1

Color information

#A137A1 (or 0xA137A1) is unknown color: approx Violet Blue. HEX triplet: A1, 37 and A1. RGB value is (161,55,161). Sum of RGB (Red+Green+Blue) = 161+55+161=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A137A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A137A1 is #5EC85E. Grayscale: #626262. Windows color (decimal): -6211679 or 10565537. OLE color: 10565537.

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

Color convert

RGB16155161-
CMYK00.6600.37
HSL300º49.07%42.35%-
HSV(B)300º65.84%63.14%-
XYZ22.512.8835.02-
YUV98.78163.12172.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 55 (21.88% from 255) = 14.59%
BLUE value IS 161 (63.28% from 255) = 42.71%
R=42.71%
G=14.59%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615516100.6600.3730049.0742.35
HexA137A104202512c312a
Octal2416724101020454546152
Binary1010000111011110100001010000100100101100101100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a137a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a137a1; }

 p { color: rgb(161,55,161); }

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

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

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

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

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

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

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