#A74599

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

Shades of Violet Blue #A74599

Tints of Violet Blue #A74599

Color information

#A74599 (or 0xA74599) is unknown color: approx Violet Blue. HEX triplet: A7, 45 and 99. RGB value is (167,69,153). Sum of RGB (Red+Green+Blue) = 167+69+153=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A74599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74599 is #58BA66. Grayscale: #6B6B6B. Windows color (decimal): -5814887 or 10044839. OLE color: 10044839.

HSL color Cylindrical-coordinate representation of color #A74599: hue angle of 308.57º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74599 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16769153-
CMYK00.590.080.35
HSL308.57º41.53%46.27%-
HSV(B)308.57º58.68%65.49%-
XYZ23.8114.7731.73-
YUV107.88153.47170.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=42.93%
G=17.74%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676915300.590.080.35308.5741.5346.27
HexA7459903B8231352a2e
Octal24710523107310434655256
Binary1010011110001011001100101110111000100011100110101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74599; }

 p { color: rgb(167,69,153); }

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

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

 a { background-color: rgb(167,69,153); }

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

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

 span { border-color: rgb(167,69,153); }

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