#A75494

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

Shades of Violet Blue #A75494

Tints of Violet Blue #A75494

Color information

#A75494 (or 0xA75494) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and 94. RGB value is (167,84,148). Sum of RGB (Red+Green+Blue) = 167+84+148=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 167 - color contains mainly: red. Hex color #A75494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75494 is #58AB6B. Grayscale: #737373. Windows color (decimal): -5811052 or 9720999. OLE color: 9720999.

HSL color Cylindrical-coordinate representation of color #A75494: hue angle of 313.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75494 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16784148-
CMYK00.500.110.35
HSL313.73º33.07%49.22%-
HSV(B)313.73º49.7%65.49%-
XYZ24.4516.6929.95-
YUV116.11146164.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.85%
GREEN value IS 84 (33.20% from 255) = 21.05%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=41.85%
G=21.05%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678414800.500.110.35313.7333.0749.22
HexA75494032B2313a2131
Octal24712422406213434724161
Binary1010011110101001001010001100101011100011100111010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75494; }

 p { color: rgb(167,84,148); }

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

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

 a { background-color: rgb(167,84,148); }

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

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

 span { border-color: rgb(167,84,148); }

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