#AB60AD

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

Shades of Violet Blue #AB60AD

Tints of Violet Blue #AB60AD

Color information

#AB60AD (or 0xAB60AD) is unknown color: approx Violet Blue. HEX triplet: AB, 60 and AD. RGB value is (171,96,173). Sum of RGB (Red+Green+Blue) = 171+96+173=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB60AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB60AD is #549F52. Grayscale: #7E7E7E. Windows color (decimal): -5545811 or 11362475. OLE color: 11362475.

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

Color convert

RGB17196173-
CMYK0.010.4500.32
HSL298.44º31.95%52.75%-
HSV(B)298.44º44.51%67.84%-
XYZ28.5220.0441.9-
YUV127.2153.85159.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=38.86%
G=21.82%
B=39.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171961730.010.4500.32298.4431.9552.75
HexAB60AD12D02012a2035
Octal2531402551550404524065
Binary1010101111000001010110111011010100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB60AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB60AD; }

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

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

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

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

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

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

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

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