#A75496

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

Shades of Violet Blue #A75496

Tints of Violet Blue #A75496

Color information

#A75496 (or 0xA75496) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and 96. RGB value is (167,84,150). Sum of RGB (Red+Green+Blue) = 167+84+150=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75496 is #58AB69. Grayscale: #747474. Windows color (decimal): -5811050 or 9852071. OLE color: 9852071.

HSL color Cylindrical-coordinate representation of color #A75496: hue angle of 312.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A75496 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16784150-
CMYK00.500.100.35
HSL312.29º33.07%49.22%-
HSV(B)312.29º49.7%65.49%-
XYZ24.6116.7630.79-
YUV116.34147164.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=41.65%
G=20.95%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678415000.500.100.35312.2933.0749.22
HexA75496032A231382131
Octal24712422606212434704161
Binary1010011110101001001011001100101010100011100111000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75496; }

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

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

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

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

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

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

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

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