#AB8BA1

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

Shades of Bouquet #AB8BA1

Tints of Bouquet #AB8BA1

Color information

#AB8BA1 (or 0xAB8BA1) is unknown color: approx Bouquet. HEX triplet: AB, 8B and A1. RGB value is (171,139,161). Sum of RGB (Red+Green+Blue) = 171+139+161=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BA1 is #54745E. Grayscale: #979797. Windows color (decimal): -5534815 or 10587051. OLE color: 10587051.

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

Color convert

RGB171139161-
CMYK00.190.060.33
HSL318.75º16%60.78%-
HSV(B)318.75º18.71%67.06%-
XYZ32.4629.737.74-
YUV151.08133.6142.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 161 (63.28% from 255) = 34.18%
R=36.31%
G=29.51%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113916100.190.060.33318.751660.78
HexAB8BA101362113f103d
Octal2532132410236414772075
Binary10101011100010111010000101001111010000110011111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BA1; }

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

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

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

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

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

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

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

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