#A75694

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

Shades of Violet Blue #A75694

Tints of Violet Blue #A75694

Color information

#A75694 (or 0xA75694) is unknown color: approx Violet Blue. HEX triplet: A7, 56 and 94. RGB value is (167,86,148). Sum of RGB (Red+Green+Blue) = 167+86+148=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 167 - color contains mainly: red. Hex color #A75694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75694 is #58A96B. Grayscale: #757575. Windows color (decimal): -5810540 or 9721511. OLE color: 9721511.

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

Color convert

RGB16786148-
CMYK00.490.110.35
HSL314.07º32.02%49.61%-
HSV(B)314.07º48.5%65.49%-
XYZ24.6117.0130-
YUV117.29145.34163.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=41.65%
G=21.45%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678614800.490.110.35314.0732.0249.61
HexA75694031B2313a2032
Octal24712622406113434724062
Binary1010011110101101001010001100011011100011100111010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75694; }

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

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

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

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

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

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

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

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