#AB61AD

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

Shades of Violet Blue #AB61AD

Tints of Violet Blue #AB61AD

Color information

#AB61AD (or 0xAB61AD) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and AD. RGB value is (171,97,173). Sum of RGB (Red+Green+Blue) = 171+97+173=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB61AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61AD is #549E52. Grayscale: #7F7F7F. Windows color (decimal): -5545555 or 11362731. OLE color: 11362731.

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

Color convert

RGB17197173-
CMYK0.010.4400.32
HSL298.42º31.67%52.94%-
HSV(B)298.42º43.93%67.84%-
XYZ28.6120.2241.93-
YUV127.79153.52158.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 97 (38.28% from 255) = 22.00%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=38.78%
G=22.00%
B=39.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171971730.010.4400.32298.4231.6752.94
HexAB61AD12C02012a2035
Octal2531412551540404524065
Binary1010101111000011010110111011000100000100101010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61AD; }

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

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

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

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

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

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

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

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