#AB3BA1

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

Shades of Violet Blue #AB3BA1

Tints of Violet Blue #AB3BA1

Color information

#AB3BA1 (or 0xAB3BA1) is unknown color: approx Violet Blue. HEX triplet: AB, 3B and A1. RGB value is (171,59,161). Sum of RGB (Red+Green+Blue) = 171+59+161=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 161 (63.28% from 255 or 41.18% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3BA1 is #54C45E. Grayscale: #676767. Windows color (decimal): -5555295 or 10566571. OLE color: 10566571.

HSL color Cylindrical-coordinate representation of color #AB3BA1: hue angle of 305.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3BA1 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17159161-
CMYK00.650.060.33
HSL305.36º48.7%45.1%-
HSV(B)305.36º65.5%67.06%-
XYZ24.7914.3635.18-
YUV104.12160.11175.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 59 (23.44% from 255) = 15.09%
BLUE value IS 161 (63.28% from 255) = 41.18%
R=43.73%
G=15.09%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715916100.650.060.33305.3648.745.1
HexAB3BA1041621131312d
Octal2537324101016414616155
Binary101010111110111010000101000001110100001100110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3BA1; }

 p { color: rgb(171,59,161); }

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

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

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

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

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

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

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