#A871AA

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

Shades of Violet Blue #A871AA

Tints of Violet Blue #A871AA

Color information

#A871AA (or 0xA871AA) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and AA. RGB value is (168,113,170). Sum of RGB (Red+Green+Blue) = 168+113+170=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #A871AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871AA is #578E55. Grayscale: #878787. Windows color (decimal): -5738070 or 11170216. OLE color: 11170216.

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

Color convert

RGB168113170-
CMYK0.010.3400.33
HSL297.89º25.11%55.49%-
HSV(B)297.89º33.53%66.67%-
XYZ29.3123.0440.93-
YUV135.94147.22150.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=37.25%
G=25.06%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681131700.010.3400.33297.8925.1155.49
HexA871AA12202112a1937
Octal2501612521420414523167
Binary101010001110001101010101100010010000110010101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871AA; }

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

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

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

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

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

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

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

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