#A973AA

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

Shades of Violet Blue #A973AA

Tints of Violet Blue #A973AA

Color information

#A973AA (or 0xA973AA) is unknown color: approx Violet Blue. HEX triplet: A9, 73 and AA. RGB value is (169,115,170). Sum of RGB (Red+Green+Blue) = 169+115+170=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #A973AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973AA is #568C55. Grayscale: #898989. Windows color (decimal): -5672022 or 11170729. OLE color: 11170729.

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

Color convert

RGB169115170-
CMYK0.010.3200.33
HSL298.91º24.44%55.88%-
HSV(B)298.91º32.35%66.67%-
XYZ29.7523.641.02-
YUV137.42146.39150.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=37.22%
G=25.33%
B=37.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691151700.010.3200.33298.9124.4455.88
HexA973AA12002112b1838
Octal2511632521400414533070
Binary101010011110011101010101100000010000110010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973AA; }

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

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

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

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

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

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

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

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