#A74993

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

Shades of Violet Blue #A74993

Tints of Violet Blue #A74993

Color information

#A74993 (or 0xA74993) is unknown color: approx Violet Blue. HEX triplet: A7, 49 and 93. RGB value is (167,73,147). Sum of RGB (Red+Green+Blue) = 167+73+147=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A74993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74993 is #58B66C. Grayscale: #6D6D6D. Windows color (decimal): -5813869 or 9652647. OLE color: 9652647.

HSL color Cylindrical-coordinate representation of color #A74993: hue angle of 312.77º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74993 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16773147-
CMYK00.560.120.35
HSL312.77º39.17%47.06%-
HSV(B)312.77º56.29%65.49%-
XYZ23.5915.0929.27-
YUV109.54149.14168.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 73 (28.91% from 255) = 18.86%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=43.15%
G=18.86%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677314700.560.120.35312.7739.1747.06
HexA74993038C23139272f
Octal24711122307014434714757
Binary1010011110010011001001101110001100100011100111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74993; }

 p { color: rgb(167,73,147); }

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

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

 a { background-color: rgb(167,73,147); }

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

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

 span { border-color: rgb(167,73,147); }

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