#ab61ab

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

Shades of Violet Blue #AB61AB

Tints of Violet Blue #AB61AB

Color information

#AB61AB (or 0xAB61AB) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and AB. RGB value is (171,97,171). Sum of RGB (Red+Green+Blue) = 171+97+171=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61AB is #549E54. Grayscale: #7F7F7F. Windows color (decimal): -5545557 or 11231659. OLE color: 11231659.

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

Color convert

RGB17197171-
CMYK00.4300.33
HSL300º30.58%52.55%-
HSV(B)300º43.27%67.06%-
XYZ28.4220.1540.92-
YUV127.56152.52158.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=38.95%
G=22.10%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719717100.4300.3330030.5852.55
HexAB61AB02B02112c1f35
Octal2531412530530414543765
Binary101010111100001101010110101011010000110010110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab61ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab61ab; }

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

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

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

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

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

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

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

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