#A973AE

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

Shades of Violet Blue #A973AE

Tints of Violet Blue #A973AE

Color information

#A973AE (or 0xA973AE) is unknown color: approx Violet Blue. HEX triplet: A9, 73 and AE. RGB value is (169,115,174). Sum of RGB (Red+Green+Blue) = 169+115+174=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #A973AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973AE is #568C51. Grayscale: #898989. Windows color (decimal): -5672018 or 11432873. OLE color: 11432873.

HSL color Cylindrical-coordinate representation of color #A973AE: hue angle of 294.92º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A973AE is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169115174-
CMYK0.030.3400.32
HSL294.92º26.7%56.67%-
HSV(B)294.92º33.91%68.24%-
XYZ30.1323.7543.04-
YUV137.87148.39150.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.90%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=36.90%
G=25.11%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691151740.030.3400.32294.9226.756.67
HexA973AE3220201271b39
Octal2511632563420404473371
Binary1010100111100111010111011100010010000010010011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973AE; }

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

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

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

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

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

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

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

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