#A973A4

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

Shades of Violet Blue #A973A4

Tints of Violet Blue #A973A4

Color information

#A973A4 (or 0xA973A4) is unknown color: approx Violet Blue. HEX triplet: A9, 73 and A4. RGB value is (169,115,164). Sum of RGB (Red+Green+Blue) = 169+115+164=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A4 is #568C5B. Grayscale: #888888. Windows color (decimal): -5672028 or 10777513. OLE color: 10777513.

HSL color Cylindrical-coordinate representation of color #A973A4: hue angle of 305.56º 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 #A973A4 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB169115164-
CMYK00.320.030.34
HSL305.56º23.89%55.69%-
HSV(B)305.56º31.95%66.27%-
XYZ29.1923.3838.1-
YUV136.73143.39151.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 164 (64.45% from 255) = 36.61%
R=37.72%
G=25.67%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911516400.320.030.34305.5623.8955.69
HexA973A40203221321838
Octal2511632440403424623070
Binary1010100111100111010010001000001110001010011001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973A4; }

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

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

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

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

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

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

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

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