#A75D96

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

Shades of Violet Blue #A75D96

Tints of Violet Blue #A75D96

Color information

#A75D96 (or 0xA75D96) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and 96. RGB value is (167,93,150). Sum of RGB (Red+Green+Blue) = 167+93+150=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D96 is #58A269. Grayscale: #797979. Windows color (decimal): -5808746 or 9854375. OLE color: 9854375.

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

Color convert

RGB16793150-
CMYK00.440.100.35
HSL313.78º29.6%50.98%-
HSV(B)313.78º44.31%65.49%-
XYZ25.3618.2531.04-
YUV121.62144.02160.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.73%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=40.73%
G=22.68%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679315000.440.100.35313.7829.650.98
HexA75D9602CA2313a1e33
Octal24713522605412434723663
Binary101001111011101100101100101100101010001110011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D96; }

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

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

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

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

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

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

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

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