#AB84A1

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

Shades of Bouquet #AB84A1

Tints of Bouquet #AB84A1

Color information

#AB84A1 (or 0xAB84A1) is unknown color: approx Bouquet. HEX triplet: AB, 84 and A1. RGB value is (171,132,161). Sum of RGB (Red+Green+Blue) = 171+132+161=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB84A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84A1 is #547B5E. Grayscale: #929292. Windows color (decimal): -5536607 or 10585259. OLE color: 10585259.

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

Color convert

RGB171132161-
CMYK00.230.060.33
HSL315.38º18.84%59.41%-
HSV(B)315.38º22.81%67.06%-
XYZ31.4827.7337.41-
YUV146.97135.92145.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=36.85%
G=28.45%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113216100.230.060.33315.3818.8459.41
HexAB84A101762113b133b
Octal2532042410276414732373
Binary10101011100001001010000101011111010000110011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB84A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB84A1; }

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

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

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

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

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

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

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

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