#AB6EAE

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

Shades of Violet Blue #AB6EAE

Tints of Violet Blue #AB6EAE

Color information

#AB6EAE (or 0xAB6EAE) is unknown color: approx Violet Blue. HEX triplet: AB, 6E and AE. RGB value is (171,110,174). Sum of RGB (Red+Green+Blue) = 171+110+174=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB6EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6EAE is #549151. Grayscale: #878787. Windows color (decimal): -5542226 or 11431595. OLE color: 11431595.

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

Color convert

RGB171110174-
CMYK0.020.3700.32
HSL297.19º28.32%55.69%-
HSV(B)297.19º36.78%68.24%-
XYZ30.0122.8742.88-
YUV135.54149.71153.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=37.58%
G=24.18%
B=38.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711101740.020.3700.32297.1928.3255.69
HexAB6EAE2250201291c38
Octal2531562562450404513470
Binary1010101111011101010111010100101010000010010100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6EAE; }

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

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

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

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

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

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

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

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