#A739A1

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

Shades of Violet Blue #A739A1

Tints of Violet Blue #A739A1

Color information

#A739A1 (or 0xA739A1) is unknown color: approx Violet Blue. HEX triplet: A7, 39 and A1. RGB value is (167,57,161). Sum of RGB (Red+Green+Blue) = 167+57+161=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A739A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A739A1 is #58C65E. Grayscale: #656565. Windows color (decimal): -5817951 or 10566055. OLE color: 10566055.

HSL color Cylindrical-coordinate representation of color #A739A1: hue angle of 303.27º 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 #A739A1 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16757161-
CMYK00.660.040.35
HSL303.27º49.11%43.92%-
HSV(B)303.27º65.87%65.49%-
XYZ23.8313.7135.11-
YUV101.75161.44174.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675716100.660.040.35303.2749.1143.92
HexA739A104242312f312c
Octal2477124101024434576154
Binary101001111110011010000101000010100100011100101111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A739A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A739A1; }

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

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

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

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

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

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

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

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