#A871B0

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

Shades of Violet Blue #A871B0

Tints of Violet Blue #A871B0

Color information

#A871B0 (or 0xA871B0) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and B0. RGB value is (168,113,176). Sum of RGB (Red+Green+Blue) = 168+113+176=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #A871B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871B0 is #578E4F. Grayscale: #888888. Windows color (decimal): -5738064 or 11563432. OLE color: 11563432.

HSL color Cylindrical-coordinate representation of color #A871B0: hue angle of 292.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A871B0 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168113176-
CMYK0.050.3600.31
HSL292.38º28.51%56.67%-
HSV(B)292.38º35.8%69.02%-
XYZ29.8923.2743.99-
YUV136.63150.22150.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=36.76%
G=24.73%
B=38.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681131760.050.3600.31292.3828.5156.67
HexA871B052401F1241d39
Octal2501612605440374443571
Binary1010100011100011011000010110010001111110010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871B0; }

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

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

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

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

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

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

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

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