#AB4FB1

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

Shades of Violet Blue #AB4FB1

Tints of Violet Blue #AB4FB1

Color information

#AB4FB1 (or 0xAB4FB1) is unknown color: approx Violet Blue. HEX triplet: AB, 4F and B1. RGB value is (171,79,177). Sum of RGB (Red+Green+Blue) = 171+79+177=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB4FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4FB1 is #54B04E. Grayscale: #757575. Windows color (decimal): -5550159 or 11620267. OLE color: 11620267.

HSL color Cylindrical-coordinate representation of color #AB4FB1: hue angle of 296.33º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4FB1 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17179177-
CMYK0.030.5500.31
HSL296.33º38.58%50.2%-
HSV(B)296.33º55.37%69.41%-
XYZ27.5317.4243.51-
YUV117.68161.48166.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 79 (31.25% from 255) = 18.50%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=40.05%
G=18.50%
B=41.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171791770.030.5500.31296.3338.5850.2
HexAB4FB133701F1282732
Octal2531172613670374504762
Binary1010101110011111011000111110111011111100101000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4FB1; }

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

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

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

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

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

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

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

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