#A139A7

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

Shades of Violet Blue #A139A7

Tints of Violet Blue #A139A7

Color information

#A139A7 (or 0xA139A7) is unknown color: approx Violet Blue. HEX triplet: A1, 39 and A7. RGB value is (161,57,167). Sum of RGB (Red+Green+Blue) = 161+57+167=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 167 - color contains mainly: blue. Hex color #A139A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A139A7 is #5EC658. Grayscale: #646464. Windows color (decimal): -6211161 or 10959265. OLE color: 10959265.

HSL color Cylindrical-coordinate representation of color #A139A7: hue angle of 296.73º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A139A7 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16157167-
CMYK0.040.6600.35
HSL296.73º49.11%43.92%-
HSV(B)296.73º65.87%65.49%-
XYZ23.1413.2937.91-
YUV100.64165.46171.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 167 (65.62% from 255) = 43.38%
R=41.82%
G=14.81%
B=43.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161571670.040.6600.35296.7349.1143.92
HexA139A7442023129312c
Octal2417124741020434516154
Binary101000011110011010011110010000100100011100101001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A139A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A139A7; }

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

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

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

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

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

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

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

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