#AC71AE

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

Shades of Violet Blue #AC71AE

Tints of Violet Blue #AC71AE

Color information

#AC71AE (or 0xAC71AE) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and AE. RGB value is (172,113,174). Sum of RGB (Red+Green+Blue) = 172+113+174=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC71AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71AE is #538E51. Grayscale: #898989. Windows color (decimal): -5475922 or 11432364. OLE color: 11432364.

HSL color Cylindrical-coordinate representation of color #AC71AE: hue angle of 298.03º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC71AE is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB172113174-
CMYK0.010.3500.32
HSL298.03º27.35%56.27%-
HSV(B)298.03º35.06%68.24%-
XYZ30.5623.6443-
YUV137.6148.55152.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=37.47%
G=24.62%
B=37.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721131740.010.3500.32298.0327.3556.27
HexAC71AE12302012a1b38
Octal2541612561430404523370
Binary101011001110001101011101100011010000010010101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71AE; }

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

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

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

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

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

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

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

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