#AC71B1

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

Shades of Violet Blue #AC71B1

Tints of Violet Blue #AC71B1

Color information

#AC71B1 (or 0xAC71B1) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and B1. RGB value is (172,113,177). Sum of RGB (Red+Green+Blue) = 172+113+177=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC71B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71B1 is #538E4E. Grayscale: #898989. Windows color (decimal): -5475919 or 11628972. OLE color: 11628972.

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

Color convert

RGB172113177-
CMYK0.030.3600.31
HSL295.31º29.09%56.86%-
HSV(B)295.31º36.16%69.41%-
XYZ30.8523.7644.55-
YUV137.94150.05152.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 113 (44.53% from 255) = 24.46%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=37.23%
G=24.46%
B=38.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721131770.030.3600.31295.3129.0956.86
HexAC71B132401F1271d39
Octal2541612613440374473571
Binary101011001110001101100011110010001111110010011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71B1; }

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

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

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

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

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

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

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

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