#A871A1

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

Shades of Violet Blue #A871A1

Tints of Violet Blue #A871A1

Color information

#A871A1 (or 0xA871A1) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and A1. RGB value is (168,113,161). Sum of RGB (Red+Green+Blue) = 168+113+161=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A871A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871A1 is #578E5E. Grayscale: #868686. Windows color (decimal): -5738079 or 10580392. OLE color: 10580392.

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

Color convert

RGB168113161-
CMYK00.330.040.34
HSL307.64º24.02%55.1%-
HSV(B)307.64º32.74%65.88%-
XYZ28.4922.7136.6-
YUV134.92142.72151.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=38.01%
G=25.57%
B=36.43%

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
Decimal16811316100.330.040.34307.6424.0255.1
HexA871A10214221341837
Octal2501612410414424643067
Binary10101000111000110100001010000110010001010011010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871A1; }

 p { color: rgb(168,113,161); }

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

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

 a { background-color: rgb(168,113,161); }

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

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

 span { border-color: rgb(168,113,161); }

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