#AB5CB1

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

Shades of Violet Blue #AB5CB1

Tints of Violet Blue #AB5CB1

Color information

#AB5CB1 (or 0xAB5CB1) is unknown color: approx Violet Blue. HEX triplet: AB, 5C and B1. RGB value is (171,92,177). Sum of RGB (Red+Green+Blue) = 171+92+177=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB5CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5CB1 is #54A34E. Grayscale: #7D7D7D. Windows color (decimal): -5546831 or 11623595. OLE color: 11623595.

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

Color convert

RGB17192177-
CMYK0.030.4800.31
HSL295.76º35.27%52.75%-
HSV(B)295.76º48.02%69.41%-
XYZ28.5619.4943.85-
YUV125.31157.17160.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 92 (36.33% from 255) = 20.91%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=38.86%
G=20.91%
B=40.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171921770.030.4800.31295.7635.2752.75
HexAB5CB133001F1282335
Octal2531342613600374504365
Binary1010101110111001011000111110000011111100101000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CB1; }

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

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

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

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

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

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

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

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