#AB6FA1

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

Shades of Violet Blue #AB6FA1

Tints of Violet Blue #AB6FA1

Color information

#AB6FA1 (or 0xAB6FA1) is unknown color: approx Violet Blue. HEX triplet: AB, 6F and A1. RGB value is (171,111,161). Sum of RGB (Red+Green+Blue) = 171+111+161=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 111 (43.75% from 255 or 25.06% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6FA1 is #54905E. Grayscale: #868686. Windows color (decimal): -5541983 or 10579883. OLE color: 10579883.

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

Color convert

RGB171111161-
CMYK00.350.060.33
HSL310º26.32%55.29%-
HSV(B)310º35.09%67.06%-
XYZ28.9122.636.56-
YUV134.64142.88153.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.60%
GREEN value IS 111 (43.75% from 255) = 25.06%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=38.60%
G=25.06%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111116100.350.060.3331026.3255.29
HexAB6FA10236211361a37
Octal2531572410436414663267
Binary10101011110111110100001010001111010000110011011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6FA1; }

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

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

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

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

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

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

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

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