#AB829B

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

Shades of Bouquet #AB829B

Tints of Bouquet #AB829B

Color information

#AB829B (or 0xAB829B) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 9B. RGB value is (171,130,155). Sum of RGB (Red+Green+Blue) = 171+130+155=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829B is #547D64. Grayscale: #919191. Windows color (decimal): -5537125 or 10191531. OLE color: 10191531.

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

Color convert

RGB171130155-
CMYK00.240.090.33
HSL323.41º19.62%59.02%-
HSV(B)323.41º23.98%67.06%-
XYZ30.6926.9934.6-
YUV145.11133.58146.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=37.5%
G=28.51%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015500.240.090.33323.4119.6259.02
HexAB829B018921143143b
Octal25320223303011415032473
Binary101010111000001010011011011000100110000110100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB829B; }

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

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

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

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

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

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

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

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