#ac71b3

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

Shades of Violet Blue #AC71B3

Tints of Violet Blue #AC71B3

Color information

#AC71B3 (or 0xAC71B3) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and B3. RGB value is (172,113,179). Sum of RGB (Red+Green+Blue) = 172+113+179=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC71B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC71B3 is #538E4C. Grayscale: #898989. Windows color (decimal): -5475917 or 11760044. OLE color: 11760044.

HSL color Cylindrical-coordinate representation of color #AC71B3: hue angle of 293.64º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC71B3 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB172113179-
CMYK0.040.3700.30
HSL293.64º30.28%57.25%-
HSV(B)293.64º36.87%70.2%-
XYZ31.0623.8445.61-
YUV138.16151.05152.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=37.07%
G=24.35%
B=38.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721131790.040.3700.30293.6430.2857.25
HexAC71B342501E1261e39
Octal2541612634450364463671
Binary1010110011100011011001110010010101111010010011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac71b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac71b3; }

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

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

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

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

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

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

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

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