#A76193

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

Shades of Violet Blue #A76193

Tints of Violet Blue #A76193

Color information

#A76193 (or 0xA76193) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and 93. RGB value is (167,97,147). Sum of RGB (Red+Green+Blue) = 167+97+147=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A76193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76193 is #589E6C. Grayscale: #7B7B7B. Windows color (decimal): -5807725 or 9658791. OLE color: 9658791.

HSL color Cylindrical-coordinate representation of color #A76193: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A76193 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16797147-
CMYK00.420.120.35
HSL317.14º28.46%51.76%-
HSV(B)317.14º41.92%65.49%-
XYZ25.4818.8729.9-
YUV123.63141.19158.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 97 (38.28% from 255) = 23.60%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=40.63%
G=23.60%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679714700.420.120.35317.1428.4651.76
HexA7619302AC2313d1c34
Octal24714122305214434753464
Binary101001111100001100100110101010110010001110011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76193; }

 p { color: rgb(167,97,147); }

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

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

 a { background-color: rgb(167,97,147); }

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

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

 span { border-color: rgb(167,97,147); }

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