#A139A1

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

Shades of Violet Blue #A139A1

Tints of Violet Blue #A139A1

Color information

#A139A1 (or 0xA139A1) is unknown color: approx Violet Blue. HEX triplet: A1, 39 and A1. RGB value is (161,57,161). Sum of RGB (Red+Green+Blue) = 161+57+161=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 161 (63.28% from 255 or 42.48% from 379); Max value from RGB is 161 - color contains mainly: red, blue. Hex color #A139A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139A1 is #5EC65E. Grayscale: #636363. Windows color (decimal): -6211167 or 10566049. OLE color: 10566049.

HSL color Cylindrical-coordinate representation of color #A139A1: hue angle of 300º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A139A1 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB16157161-
CMYK00.6500.37
HSL300º47.71%42.75%-
HSV(B)300º64.6%63.14%-
XYZ22.5913.0835.05-
YUV99.95162.46171.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 57 (22.66% from 255) = 15.04%
BLUE value IS 161 (63.28% from 255) = 42.48%
R=42.48%
G=15.04%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615716100.6500.3730047.7142.75
HexA139A104102512c302b
Octal2417124101010454546053
Binary1010000111100110100001010000010100101100101100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139A1; }

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

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

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

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

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

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

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

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