#A75199

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

Shades of Violet Blue #A75199

Tints of Violet Blue #A75199

Color information

#A75199 (or 0xA75199) is unknown color: approx Violet Blue. HEX triplet: A7, 51 and 99. RGB value is (167,81,153). Sum of RGB (Red+Green+Blue) = 167+81+153=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75199 is #58AE66. Grayscale: #727272. Windows color (decimal): -5811815 or 10047911. OLE color: 10047911.

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

Color convert

RGB16781153-
CMYK00.510.080.35
HSL309.77º34.68%48.63%-
HSV(B)309.77º51.5%65.49%-
XYZ24.6316.432-
YUV114.92149.49165.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=41.65%
G=20.20%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678115300.510.080.35309.7734.6848.63
HexA751990338231362331
Octal24712123106310434664361
Binary1010011110100011001100101100111000100011100110110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75199; }

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

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

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

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

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

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

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

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