#AB73AE

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

Shades of Violet Blue #AB73AE

Tints of Violet Blue #AB73AE

Color information

#AB73AE (or 0xAB73AE) is unknown color: approx Violet Blue. HEX triplet: AB, 73 and AE. RGB value is (171,115,174). Sum of RGB (Red+Green+Blue) = 171+115+174=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB73AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AE is #548C51. Grayscale: #8A8A8A. Windows color (decimal): -5540946 or 11432875. OLE color: 11432875.

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

Color convert

RGB171115174-
CMYK0.020.3400.32
HSL296.95º26.7%56.67%-
HSV(B)296.95º33.91%68.24%-
XYZ30.5723.9843.06-
YUV138.47148.05151.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 37.83%
R=37.17%
G=25%
B=37.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711151740.020.3400.32296.9526.756.67
HexAB73AE2220201291b39
Octal2531632562420404513371
Binary1010101111100111010111010100010010000010010100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73AE; }

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

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

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

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

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

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

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

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