#A75C98

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

Shades of Violet Blue #A75C98

Tints of Violet Blue #A75C98

Color information

#A75C98 (or 0xA75C98) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and 98. RGB value is (167,92,152). Sum of RGB (Red+Green+Blue) = 167+92+152=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C98 is #58A367. Grayscale: #797979. Windows color (decimal): -5809000 or 9985191. OLE color: 9985191.

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

Color convert

RGB16792152-
CMYK00.450.090.35
HSL312º29.88%50.78%-
HSV(B)312º44.91%65.49%-
XYZ25.4318.1431.87-
YUV121.26145.35160.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=40.63%
G=22.38%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679215200.450.090.3531229.8850.78
HexA75C9802D9231381e33
Octal24713423005511434703663
Binary101001111011100100110000101101100110001110011100011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C98; }

 p { color: rgb(167,92,152); }

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

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

 a { background-color: rgb(167,92,152); }

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

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

 span { border-color: rgb(167,92,152); }

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