#AB71AA

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

Shades of Violet Blue #AB71AA

Tints of Violet Blue #AB71AA

Color information

#AB71AA (or 0xAB71AA) is unknown color: approx Violet Blue. HEX triplet: AB, 71 and AA. RGB value is (171,113,170). Sum of RGB (Red+Green+Blue) = 171+113+170=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AA is #548E55. Grayscale: #888888. Windows color (decimal): -5541462 or 11170219. OLE color: 11170219.

HSL color Cylindrical-coordinate representation of color #AB71AA: hue angle of 301.03º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB71AA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB171113170-
CMYK00.340.010.33
HSL301.03º25.66%55.69%-
HSV(B)301.03º33.92%67.06%-
XYZ29.9623.3740.96-
YUV136.84146.72152.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 113 (44.53% from 255) = 24.89%
BLUE value IS 170 (66.80% from 255) = 37.44%
R=37.67%
G=24.89%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111317000.340.010.33301.0325.6655.69
HexAB71AA02212112d1a38
Octal2531612520421414553270
Binary101010111110001101010100100010110000110010110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71AA; }

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

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

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

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

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

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

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

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