#AB73A1

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

Shades of Bouquet #AB73A1

Tints of Bouquet #AB73A1

Color information

#AB73A1 (or 0xAB73A1) is unknown color: approx Bouquet. HEX triplet: AB, 73 and A1. RGB value is (171,115,161). Sum of RGB (Red+Green+Blue) = 171+115+161=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB73A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73A1 is #548C5E. Grayscale: #888888. Windows color (decimal): -5540959 or 10580907. OLE color: 10580907.

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

Color convert

RGB171115161-
CMYK00.330.060.33
HSL310.71º25%56.08%-
HSV(B)310.71º32.75%67.06%-
XYZ29.3623.4936.71-
YUV136.99141.55152.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 25.73%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=38.26%
G=25.73%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111516100.330.060.33310.712556.08
HexAB73A10216211371938
Octal2531632410416414673170
Binary10101011111001110100001010000111010000110011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73A1; }

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

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

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

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

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

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

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

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