#AB61B1

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

Shades of Violet Blue #AB61B1

Tints of Violet Blue #AB61B1

Color information

#AB61B1 (or 0xAB61B1) is unknown color: approx Violet Blue. HEX triplet: AB, 61 and B1. RGB value is (171,97,177). Sum of RGB (Red+Green+Blue) = 171+97+177=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 177 (69.53% from 255 or 39.78% from 445); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB61B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB61B1 is #549E4E. Grayscale: #808080. Windows color (decimal): -5545551 or 11624875. OLE color: 11624875.

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

Color convert

RGB17197177-
CMYK0.030.4500.31
HSL295.5º33.9%53.73%-
HSV(B)295.5º45.2%69.41%-
XYZ29.0120.3844-
YUV128.25155.52158.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 97 (38.28% from 255) = 21.80%
BLUE value IS 177 (69.53% from 255) = 39.78%
R=38.43%
G=21.80%
B=39.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171971770.030.4500.31295.533.953.73
HexAB61B132D01F1282236
Octal2531412613550374504266
Binary1010101111000011011000111101101011111100101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB61B1; }

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

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

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

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

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

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

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

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