#A75291

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

Shades of Violet Blue #A75291

Tints of Violet Blue #A75291

Color information

#A75291 (or 0xA75291) is unknown color: approx Violet Blue. HEX triplet: A7, 52 and 91. RGB value is (167,82,145). Sum of RGB (Red+Green+Blue) = 167+82+145=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 167 - color contains mainly: red. Hex color #A75291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75291 is #58AD6E. Grayscale: #727272. Windows color (decimal): -5811567 or 9523879. OLE color: 9523879.

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

Color convert

RGB16782145-
CMYK00.510.130.35
HSL315.53º34.14%48.82%-
HSV(B)315.53º50.9%65.49%-
XYZ24.0616.2928.66-
YUV114.6145.16165.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.39%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=42.39%
G=20.81%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678214500.510.130.35315.5334.1448.82
HexA75291033D2313c2231
Octal24712222106315434744261
Binary1010011110100101001000101100111101100011100111100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75291; }

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

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

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

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

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

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

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

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