#AB55B2

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

Shades of Violet Blue #AB55B2

Tints of Violet Blue #AB55B2

Color information

#AB55B2 (or 0xAB55B2) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and B2. RGB value is (171,85,178). Sum of RGB (Red+Green+Blue) = 171+85+178=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB55B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB55B2 is #54AA4D. Grayscale: #797979. Windows color (decimal): -5548622 or 11687339. OLE color: 11687339.

HSL color Cylindrical-coordinate representation of color #AB55B2: hue angle of 295.48º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB55B2 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17185178-
CMYK0.040.5200.30
HSL295.48º37.65%51.57%-
HSV(B)295.48º52.25%69.8%-
XYZ28.0818.3744.19-
YUV121.32159.99163.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.40%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 178 (69.92% from 255) = 41.01%
R=39.40%
G=19.59%
B=41.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal171851780.040.5200.30295.4837.6551.57
HexAB55B243401E1272634
Octal2531252624640364474664
Binary10101011101010110110010100110100011110100100111100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB55B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB55B2; }

 p { color: rgb(171,85,178); }

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

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

 a { background-color: rgb(171,85,178); }

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

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

 span { border-color: rgb(171,85,178); }

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