#AB829A

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

Shades of Bouquet #AB829A

Tints of Bouquet #AB829A

Color information

#AB829A (or 0xAB829A) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 9A. RGB value is (171,130,154). Sum of RGB (Red+Green+Blue) = 171+130+154=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829A is #547D65. Grayscale: #909090. Windows color (decimal): -5537126 or 10125995. OLE color: 10125995.

HSL color Cylindrical-coordinate representation of color #AB829A: hue angle of 324.88º 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 #AB829A is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171130154-
CMYK00.240.100.33
HSL324.88º19.62%59.02%-
HSV(B)324.88º23.98%67.06%-
XYZ30.6126.9634.16-
YUV145133.08146.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=37.58%
G=28.57%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015400.240.100.33324.8819.6259.02
HexAB829A018A21145143b
Octal25320223203012415052473
Binary101010111000001010011010011000101010000110100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB829A; }

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

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

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

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

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

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

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

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