#a75497

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

Shades of Violet Blue #A75497

Tints of Violet Blue #A75497

Color information

#A75497 (or 0xA75497) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and 97. RGB value is (167,84,151). Sum of RGB (Red+Green+Blue) = 167+84+151=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A75497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75497 is #58AB68. Grayscale: #747474. Windows color (decimal): -5811049 or 9917607. OLE color: 9917607.

HSL color Cylindrical-coordinate representation of color #A75497: hue angle of 311.57º 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 #A75497 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16784151-
CMYK00.500.100.35
HSL311.57º33.07%49.22%-
HSV(B)311.57º49.7%65.49%-
XYZ24.6916.7931.22-
YUV116.46147.5164.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.54%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 151 (59.38% from 255) = 37.56%
R=41.54%
G=20.90%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678415100.500.100.35311.5733.0749.22
HexA75497032A231382131
Octal24712422706212434704161
Binary1010011110101001001011101100101010100011100111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75497; }

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

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

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

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

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

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

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

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