#A971AD

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

Shades of Violet Blue #A971AD

Tints of Violet Blue #A971AD

Color information

#A971AD (or 0xA971AD) is unknown color: approx Violet Blue. HEX triplet: A9, 71 and AD. RGB value is (169,113,173). Sum of RGB (Red+Green+Blue) = 169+113+173=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #A971AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971AD is #568E52. Grayscale: #888888. Windows color (decimal): -5672531 or 11366825. OLE color: 11366825.

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

Color convert

RGB169113173-
CMYK0.020.3500.32
HSL296º26.79%56.08%-
HSV(B)296º34.68%67.84%-
XYZ29.8123.2642.45-
YUV136.58148.55151.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.14%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=37.14%
G=24.84%
B=38.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691131730.020.3500.3229626.7956.08
HexA971AD2230201281b38
Octal2511612552430404503370
Binary1010100111100011010110110100011010000010010100011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971AD; }

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

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

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

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

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

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

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

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