#A971A2

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

Shades of Violet Blue #A971A2

Tints of Violet Blue #A971A2

Color information

#A971A2 (or 0xA971A2) is unknown color: approx Violet Blue. HEX triplet: A9, 71 and A2. RGB value is (169,113,162). Sum of RGB (Red+Green+Blue) = 169+113+162=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 169 - color contains mainly: red. Hex color #A971A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A971A2 is #568E5D. Grayscale: #878787. Windows color (decimal): -5672542 or 10645929. OLE color: 10645929.

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

Color convert

RGB169113162-
CMYK00.330.040.34
HSL307.5º24.56%55.29%-
HSV(B)307.5º33.14%66.27%-
XYZ28.7922.8537.08-
YUV135.33143.05152.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.06%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=38.06%
G=25.45%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911316200.330.040.34307.524.5655.29
HexA971A20214221341937
Octal2511612420414424643167
Binary10101001111000110100010010000110010001010011010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971A2; }

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

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

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

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

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

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

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

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