#A75E94

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

Shades of Violet Blue #A75E94

Tints of Violet Blue #A75E94

Color information

#A75E94 (or 0xA75E94) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and 94. RGB value is (167,94,148). Sum of RGB (Red+Green+Blue) = 167+94+148=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E94 is #58A16B. Grayscale: #797979. Windows color (decimal): -5808492 or 9723559. OLE color: 9723559.

HSL color Cylindrical-coordinate representation of color #A75E94: hue angle of 315.62º degrees, saturation: 0.29, 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 #A75E94 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16794148-
CMYK00.440.110.35
HSL315.62º29.32%51.18%-
HSV(B)315.62º43.71%65.49%-
XYZ25.2818.3630.23-
YUV121.98142.68160.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=40.83%
G=22.98%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679414800.440.110.35315.6229.3251.18
HexA75E9402CB2313c1d33
Octal24713622405413434743563
Binary101001111011110100101000101100101110001110011110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E94; }

 p { color: rgb(167,94,148); }

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

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

 a { background-color: rgb(167,94,148); }

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

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

 span { border-color: rgb(167,94,148); }

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