#A973A7

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

Shades of Violet Blue #A973A7

Tints of Violet Blue #A973A7

Color information

#A973A7 (or 0xA973A7) is unknown color: approx Violet Blue. HEX triplet: A9, 73 and A7. RGB value is (169,115,167). Sum of RGB (Red+Green+Blue) = 169+115+167=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A7 is #568C58. Grayscale: #888888. Windows color (decimal): -5672025 or 10974121. OLE color: 10974121.

HSL color Cylindrical-coordinate representation of color #A973A7: hue angle of 302.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A973A7 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB169115167-
CMYK00.320.010.34
HSL302.22º23.89%55.69%-
HSV(B)302.22º31.95%66.27%-
XYZ29.4723.4939.54-
YUV137.07144.89150.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=37.47%
G=25.50%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911516700.320.010.34302.2223.8955.69
HexA973A702012212e1838
Octal2511632470401424563070
Binary101010011110011101001110100000110001010010111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973A7; }

 p { color: rgb(169,115,167); }

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

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

 a { background-color: rgb(169,115,167); }

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

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

 span { border-color: rgb(169,115,167); }

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