#AB819B

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

Shades of Bouquet #AB819B

Tints of Bouquet #AB819B

Color information

#AB819B (or 0xAB819B) is unknown color: approx Bouquet. HEX triplet: AB, 81 and 9B. RGB value is (171,129,155). Sum of RGB (Red+Green+Blue) = 171+129+155=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 171 - color contains mainly: red. Hex color #AB819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB819B is #547E64. Grayscale: #909090. Windows color (decimal): -5537381 or 10191275. OLE color: 10191275.

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

Color convert

RGB171129155-
CMYK00.250.090.33
HSL322.86º20%58.82%-
HSV(B)322.86º24.56%67.06%-
XYZ30.5626.7334.56-
YUV144.52133.91146.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.58%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=37.58%
G=28.35%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112915500.250.090.33322.862058.82
HexAB819B019921143143b
Octal25320123303111415032473
Binary101010111000000110011011011001100110000110100001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB819B; }

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

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

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

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

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

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

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

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