#A971AA

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

Shades of Violet Blue #A971AA

Tints of Violet Blue #A971AA

Color information

#A971AA (or 0xA971AA) is unknown color: approx Violet Blue. HEX triplet: A9, 71 and AA. RGB value is (169,113,170). Sum of RGB (Red+Green+Blue) = 169+113+170=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #A971AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971AA is #568E55. Grayscale: #888888. Windows color (decimal): -5672534 or 11170217. OLE color: 11170217.

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

Color convert

RGB169113170-
CMYK0.010.3400.33
HSL298.95º25.11%55.49%-
HSV(B)298.95º33.53%66.67%-
XYZ29.5223.1540.94-
YUV136.24147.05151.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=37.39%
G=25%
B=37.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691131700.010.3400.33298.9525.1155.49
HexA971AA12202112b1937
Octal2511612521420414533167
Binary101010011110001101010101100010010000110010101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971AA; }

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

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

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

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

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

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

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

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