#A973A2

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

Shades of Violet Blue #A973A2

Tints of Violet Blue #A973A2

Color information

#A973A2 (or 0xA973A2) is unknown color: approx Violet Blue. HEX triplet: A9, 73 and A2. RGB value is (169,115,162). Sum of RGB (Red+Green+Blue) = 169+115+162=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A973A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A973A2 is #568C5D. Grayscale: #888888. Windows color (decimal): -5672030 or 10646441. OLE color: 10646441.

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

Color convert

RGB169115162-
CMYK00.320.040.34
HSL307.78º23.89%55.69%-
HSV(B)307.78º31.95%66.27%-
XYZ29.0123.3137.15-
YUV136.5142.39151.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.89%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 162 (63.67% from 255) = 36.32%
R=37.89%
G=25.78%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911516200.320.040.34307.7823.8955.69
HexA973A20204221341838
Octal2511632420404424643070
Binary10101001111001110100010010000010010001010011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A973A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A973A2; }

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

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

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

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

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

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

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

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