#AC71AF

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

Shades of Violet Blue #AC71AF

Tints of Violet Blue #AC71AF

Color information

#AC71AF (or 0xAC71AF) is unknown color: approx Violet Blue. HEX triplet: AC, 71 and AF. RGB value is (172,113,175). Sum of RGB (Red+Green+Blue) = 172+113+175=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC71AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC71AF is #538E50. Grayscale: #898989. Windows color (decimal): -5475921 or 11497900. OLE color: 11497900.

HSL color Cylindrical-coordinate representation of color #AC71AF: hue angle of 297.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC71AF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB172113175-
CMYK0.020.3500.31
HSL297.1º27.93%56.47%-
HSV(B)297.1º35.43%68.63%-
XYZ30.6623.6843.51-
YUV137.71149.05152.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.39%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=37.39%
G=24.57%
B=38.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721131750.020.3500.31297.127.9356.47
HexAC71AF22301F1291c38
Octal2541612572430374513470
Binary101011001110001101011111010001101111110010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC71AF; }

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

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

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

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

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

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

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

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