#AB60AB

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

Shades of Violet Blue #AB60AB

Tints of Violet Blue #AB60AB

Color information

#AB60AB (or 0xAB60AB) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and AB. RGB value is (171,96,171). Sum of RGB (Red+Green+Blue) = 171+96+171=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60AB is #549F54. Grayscale: #7E7E7E. Windows color (decimal): -5545813 or 11231403. OLE color: 11231403.

HSL color Cylindrical-coordinate representation of color #AB60AB: hue angle of 300º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB60AB is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17196171-
CMYK00.4400.33
HSL300º30.86%52.35%-
HSV(B)300º43.86%67.06%-
XYZ28.3319.9640.89-
YUV126.98152.85159.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=39.04%
G=21.92%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719617100.4400.3330030.8652.35
HexAB60AB02C02112c1f34
Octal2531402530540414543764
Binary101010111100000101010110101100010000110010110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60AB; }

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

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

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

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

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

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

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

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