#AB71AF

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

Shades of Violet Blue #AB71AF

Tints of Violet Blue #AB71AF

Color information

#AB71AF (or 0xAB71AF) is unknown color: approx Violet Blue. HEX triplet: AB, 71 and AF. RGB value is (171,113,175). Sum of RGB (Red+Green+Blue) = 171+113+175=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB71AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AF is #548E50. Grayscale: #898989. Windows color (decimal): -5541457 or 11497899. OLE color: 11497899.

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

Color convert

RGB171113175-
CMYK0.020.3500.31
HSL296.13º27.93%56.47%-
HSV(B)296.13º35.43%68.63%-
XYZ30.4423.5643.5-
YUV137.41149.22151.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=37.25%
G=24.62%
B=38.13%

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
Decimal1711131750.020.3500.31296.1327.9356.47
HexAB71AF22301F1281c38
Octal2531612572430374503470
Binary101010111110001101011111010001101111110010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71AF; }

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

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

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

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

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

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

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

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