#A75495

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

Shades of Violet Blue #A75495

Tints of Violet Blue #A75495

Color information

#A75495 (or 0xA75495) is unknown color: approx Violet Blue. HEX triplet: A7, 54 and 95. RGB value is (167,84,149). Sum of RGB (Red+Green+Blue) = 167+84+149=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A75495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75495 is #58AB6A. Grayscale: #747474. Windows color (decimal): -5811051 or 9786535. OLE color: 9786535.

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

Color convert

RGB16784149-
CMYK00.500.110.35
HSL313.01º33.07%49.22%-
HSV(B)313.01º49.7%65.49%-
XYZ24.5316.7330.37-
YUV116.23146.5164.21-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.75%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=41.75%
G=21%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678414900.500.110.35313.0133.0749.22
HexA75495032B231392131
Octal24712422506213434714161
Binary1010011110101001001010101100101011100011100111001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75495; }

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

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

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

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

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

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

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

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