#AB71AB

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

Shades of Violet Blue #AB71AB

Tints of Violet Blue #AB71AB

Color information

#AB71AB (or 0xAB71AB) is unknown color: approx Violet Blue. HEX triplet: AB, 71 and AB. RGB value is (171,113,171). Sum of RGB (Red+Green+Blue) = 171+113+171=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB71AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AB is #548E54. Grayscale: #888888. Windows color (decimal): -5541461 or 11235755. OLE color: 11235755.

HSL color Cylindrical-coordinate representation of color #AB71AB: hue angle of 300º 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 #AB71AB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171113171-
CMYK00.3400.33
HSL300º25.66%55.69%-
HSV(B)300º33.92%67.06%-
XYZ30.0523.4141.46-
YUV136.95147.22152.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 113 (44.53% from 255) = 24.84%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=37.58%
G=24.84%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111317100.3400.3330025.6655.69
HexAB71AB02202112c1a38
Octal2531612530420414543270
Binary101010111110001101010110100010010000110010110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71AB; }

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

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

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

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

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

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

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

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