#A971AF

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

Shades of Violet Blue #A971AF

Tints of Violet Blue #A971AF

Color information

#A971AF (or 0xA971AF) is unknown color: approx Violet Blue. HEX triplet: A9, 71 and AF. RGB value is (169,113,175). Sum of RGB (Red+Green+Blue) = 169+113+175=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #A971AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971AF is #568E50. Grayscale: #888888. Windows color (decimal): -5672529 or 11497897. OLE color: 11497897.

HSL color Cylindrical-coordinate representation of color #A971AF: hue angle of 294.19º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A971AF is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB169113175-
CMYK0.030.3500.31
HSL294.19º27.93%56.47%-
HSV(B)294.19º35.43%68.63%-
XYZ30.0123.3443.48-
YUV136.81149.55150.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.98%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=36.98%
G=24.73%
B=38.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691131750.030.3500.31294.1927.9356.47
HexA971AF32301F1261c38
Octal2511612573430374463470
Binary101010011110001101011111110001101111110010011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971AF; }

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

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

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

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

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

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

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

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