#A871AB

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

Shades of Violet Blue #A871AB

Tints of Violet Blue #A871AB

Color information

#A871AB (or 0xA871AB) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and AB. RGB value is (168,113,171). Sum of RGB (Red+Green+Blue) = 168+113+171=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A871AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AB is #578E54. Grayscale: #878787. Windows color (decimal): -5738069 or 11235752. OLE color: 11235752.

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

Color convert

RGB168113171-
CMYK0.020.3400.33
HSL296.9º25.66%55.69%-
HSV(B)296.9º33.92%67.06%-
XYZ29.423.0841.43-
YUV136.06147.72150.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=37.17%
G=25%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681131710.020.3400.33296.925.6655.69
HexA871AB2220211291a38
Octal2501612532420414513270
Binary1010100011100011010101110100010010000110010100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871AB; }

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

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

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

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

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

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

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

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