#A75C96

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

Shades of Violet Blue #A75C96

Tints of Violet Blue #A75C96

Color information

#A75C96 (or 0xA75C96) is unknown color: approx Violet Blue. HEX triplet: A7, 5C and 96. RGB value is (167,92,150). Sum of RGB (Red+Green+Blue) = 167+92+150=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75C96 is #58A369. Grayscale: #787878. Windows color (decimal): -5809002 or 9854119. OLE color: 9854119.

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

Color convert

RGB16792150-
CMYK00.450.100.35
HSL313.6º29.88%50.78%-
HSV(B)313.6º44.91%65.49%-
XYZ25.2718.0731.01-
YUV121.04144.35160.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=40.83%
G=22.49%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679215000.450.100.35313.629.8850.78
HexA75C9602DA2313a1e33
Octal24713422605512434723663
Binary101001111011100100101100101101101010001110011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75C96; }

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

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

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

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

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

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

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

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