#AB829F

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

Shades of Bouquet #AB829F

Tints of Bouquet #AB829F

Color information

#AB829F (or 0xAB829F) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 9F. RGB value is (171,130,159). Sum of RGB (Red+Green+Blue) = 171+130+159=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829F is #547D60. Grayscale: #919191. Windows color (decimal): -5537121 or 10453675. OLE color: 10453675.

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

Color convert

RGB171130159-
CMYK00.240.070.33
HSL317.56º19.62%59.02%-
HSV(B)317.56º23.98%67.06%-
XYZ31.0427.1336.4-
YUV145.56135.58146.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 130 (51.17% from 255) = 28.26%
BLUE value IS 159 (62.5% from 255) = 34.57%
R=37.17%
G=28.26%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015900.240.070.33317.5619.6259.02
HexAB829F01872113e143b
Octal2532022370307414762473
Binary10101011100000101001111101100011110000110011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB829F; }

 p { color: rgb(171,130,159); }

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

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

 a { background-color: rgb(171,130,159); }

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

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

 span { border-color: rgb(171,130,159); }

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