#A75B94

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

Shades of Violet Blue #A75B94

Tints of Violet Blue #A75B94

Color information

#A75B94 (or 0xA75B94) is unknown color: approx Violet Blue. HEX triplet: A7, 5B and 94. RGB value is (167,91,148). Sum of RGB (Red+Green+Blue) = 167+91+148=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A75B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75B94 is #58A46B. Grayscale: #787878. Windows color (decimal): -5809260 or 9722791. OLE color: 9722791.

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

Color convert

RGB16791148-
CMYK00.460.110.35
HSL315º30.16%50.59%-
HSV(B)315º45.51%65.49%-
XYZ25.0217.8430.14-
YUV120.22143.68161.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=41.13%
G=22.41%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679114800.460.110.3531530.1650.59
HexA75B9402EB2313b1e33
Octal24713322405613434733663
Binary101001111011011100101000101110101110001110011101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75B94; }

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

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

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

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

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

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

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

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