#AB71AE

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

Shades of Violet Blue #AB71AE

Tints of Violet Blue #AB71AE

Color information

#AB71AE (or 0xAB71AE) is unknown color: approx Violet Blue. HEX triplet: AB, 71 and AE. RGB value is (171,113,174). Sum of RGB (Red+Green+Blue) = 171+113+174=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB71AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB71AE is #548E51. Grayscale: #898989. Windows color (decimal): -5541458 or 11432363. OLE color: 11432363.

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

Color convert

RGB171113174-
CMYK0.020.3500.32
HSL297.05º27.35%56.27%-
HSV(B)297.05º35.06%68.24%-
XYZ30.3423.5242.99-
YUV137.3148.72152.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=37.34%
G=24.67%
B=37.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711131740.020.3500.32297.0527.3556.27
HexAB71AE2230201291b38
Octal2531612562430404513370
Binary1010101111100011010111010100011010000010010100111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB71AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB71AE; }

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

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

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

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

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

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

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

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