#A871B1

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

Shades of Violet Blue #A871B1

Tints of Violet Blue #A871B1

Color information

#A871B1 (or 0xA871B1) is unknown color: approx Violet Blue. HEX triplet: A8, 71 and B1. RGB value is (168,113,177). Sum of RGB (Red+Green+Blue) = 168+113+177=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 177 - color contains mainly: blue. Hex color #A871B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A871B1 is #578E4E. Grayscale: #888888. Windows color (decimal): -5738063 or 11628968. OLE color: 11628968.

HSL color Cylindrical-coordinate representation of color #A871B1: hue angle of 291.56º 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 #A871B1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168113177-
CMYK0.050.3600.31
HSL291.56º29.09%56.86%-
HSV(B)291.56º36.16%69.41%-
XYZ29.9923.3144.51-
YUV136.74150.72150.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=36.68%
G=24.67%
B=38.65%

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
Decimal1681131770.050.3600.31291.5629.0956.86
HexA871B152401F1241d39
Octal2501612615440374443571
Binary1010100011100011011000110110010001111110010010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A871B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A871B1; }

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

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

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

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

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

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

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

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