#AB4FA1

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

Shades of Violet Blue #AB4FA1

Tints of Violet Blue #AB4FA1

Color information

#AB4FA1 (or 0xAB4FA1) is unknown color: approx Violet Blue. HEX triplet: AB, 4F and A1. RGB value is (171,79,161). Sum of RGB (Red+Green+Blue) = 171+79+161=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FA1 is #54B05E. Grayscale: #737373. Windows color (decimal): -5550175 or 10571691. OLE color: 10571691.

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

Color convert

RGB17179161-
CMYK00.540.060.33
HSL306.52º36.8%49.02%-
HSV(B)306.52º53.8%67.06%-
XYZ26.0216.8235.59-
YUV115.86153.48167.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 161 (63.28% from 255) = 39.17%
R=41.61%
G=19.22%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717916100.540.060.33306.5236.849.02
HexAB4FA10366211332531
Octal2531172410666414634561
Binary101010111001111101000010110110110100001100110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FA1; }

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

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

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

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

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

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

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

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