#AB44AD

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

Shades of Violet Blue #AB44AD

Tints of Violet Blue #AB44AD

Color information

#AB44AD (or 0xAB44AD) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and AD. RGB value is (171,68,173). Sum of RGB (Red+Green+Blue) = 171+68+173=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB44AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44AD is #54BB52. Grayscale: #6E6E6E. Windows color (decimal): -5552979 or 11355307. OLE color: 11355307.

HSL color Cylindrical-coordinate representation of color #AB44AD: hue angle of 298.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB44AD is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17168173-
CMYK0.010.6100.32
HSL298.86º43.57%47.25%-
HSV(B)298.86º60.69%67.84%-
XYZ26.415.8141.19-
YUV110.77163.12170.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=41.50%
G=16.50%
B=41.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171681730.010.6100.32298.8643.5747.25
HexAB44AD13D02012b2c2f
Octal2531042551750404535457
Binary1010101110001001010110111111010100000100101011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44AD; }

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

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

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

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

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

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

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

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