#A75793

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

Shades of Violet Blue #A75793

Tints of Violet Blue #A75793

Color information

#A75793 (or 0xA75793) is unknown color: approx Violet Blue. HEX triplet: A7, 57 and 93. RGB value is (167,87,147). Sum of RGB (Red+Green+Blue) = 167+87+147=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75793 is #58A86C. Grayscale: #757575. Windows color (decimal): -5810285 or 9656231. OLE color: 9656231.

HSL color Cylindrical-coordinate representation of color #A75793: hue angle of 315º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A75793 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16787147-
CMYK00.480.120.35
HSL315º31.5%49.8%-
HSV(B)315º47.9%65.49%-
XYZ24.6117.1429.61-
YUV117.76144.5163.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 87 (34.38% from 255) = 21.70%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=41.65%
G=21.70%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678714700.480.120.3531531.549.8
HexA75793030C2313b1f32
Octal24712722306014434733762
Binary101001111010111100100110110000110010001110011101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75793; }

 p { color: rgb(167,87,147); }

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

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

 a { background-color: rgb(167,87,147); }

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

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

 span { border-color: rgb(167,87,147); }

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