#A75294

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

Shades of Violet Blue #A75294

Tints of Violet Blue #A75294

Color information

#A75294 (or 0xA75294) is unknown color: approx Violet Blue. HEX triplet: A7, 52 and 94. RGB value is (167,82,148). Sum of RGB (Red+Green+Blue) = 167+82+148=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A75294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75294 is #58AD6B. Grayscale: #727272. Windows color (decimal): -5811564 or 9720487. OLE color: 9720487.

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

Color convert

RGB16782148-
CMYK00.510.110.35
HSL313.41º34.14%48.82%-
HSV(B)313.41º50.9%65.49%-
XYZ24.316.3929.9-
YUV114.94146.66165.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=42.07%
G=20.65%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678214800.510.110.35313.4134.1448.82
HexA75294033B231392231
Octal24712222406313434714261
Binary1010011110100101001010001100111011100011100111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75294; }

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

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

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

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

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

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

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

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