#A75597

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

Shades of Violet Blue #A75597

Tints of Violet Blue #A75597

Color information

#A75597 (or 0xA75597) is unknown color: approx Violet Blue. HEX triplet: A7, 55 and 97. RGB value is (167,85,151). Sum of RGB (Red+Green+Blue) = 167+85+151=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 167 - color contains mainly: red. Hex color #A75597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75597 is #58AA68. Grayscale: #747474. Windows color (decimal): -5810793 or 9917863. OLE color: 9917863.

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

Color convert

RGB16785151-
CMYK00.490.100.35
HSL311.71º32.54%49.41%-
HSV(B)311.71º49.1%65.49%-
XYZ24.7716.9531.24-
YUV117.04147.17163.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=41.44%
G=21.09%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678515100.490.100.35311.7132.5449.41
HexA75597031A231382131
Octal24712522706112434704161
Binary1010011110101011001011101100011010100011100111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75597; }

 p { color: rgb(167,85,151); }

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

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

 a { background-color: rgb(167,85,151); }

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

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

 span { border-color: rgb(167,85,151); }

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