#A75F97

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

Shades of Violet Blue #A75F97

Tints of Violet Blue #A75F97

Color information

#A75F97 (or 0xA75F97) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and 97. RGB value is (167,95,151). Sum of RGB (Red+Green+Blue) = 167+95+151=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F97 is #58A068. Grayscale: #7A7A7A. Windows color (decimal): -5808233 or 9920423. OLE color: 9920423.

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

Color convert

RGB16795151-
CMYK00.430.100.35
HSL313.33º29.03%51.37%-
HSV(B)313.33º43.11%65.49%-
XYZ25.6118.6331.52-
YUV122.91143.85159.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=40.44%
G=23.00%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679515100.430.100.35313.3329.0351.37
HexA75F9702BA231391d33
Octal24713722705312434713563
Binary101001111011111100101110101011101010001110011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F97; }

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

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

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

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

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

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

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

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