#AB60AE

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

Shades of Violet Blue #AB60AE

Tints of Violet Blue #AB60AE

Color information

#AB60AE (or 0xAB60AE) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and AE. RGB value is (171,96,174). Sum of RGB (Red+Green+Blue) = 171+96+174=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB60AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60AE is #549F51. Grayscale: #7F7F7F. Windows color (decimal): -5545810 or 11428011. OLE color: 11428011.

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

Color convert

RGB17196174-
CMYK0.020.4500.32
HSL297.69º32.5%52.94%-
HSV(B)297.69º44.83%68.24%-
XYZ28.6220.0842.41-
YUV127.32154.35159.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=38.78%
G=21.77%
B=39.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171961740.020.4500.32297.6932.552.94
HexAB60AE22D02012a2035
Octal2531402562550404524065
Binary10101011110000010101110101011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60AE; }

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

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

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

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

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

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

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

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