#AB7FA1

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

Shades of Bouquet #AB7FA1

Tints of Bouquet #AB7FA1

Color information

#AB7FA1 (or 0xAB7FA1) is unknown color: approx Bouquet. HEX triplet: AB, 7F and A1. RGB value is (171,127,161). Sum of RGB (Red+Green+Blue) = 171+127+161=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7FA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7FA1 is #54805E. Grayscale: #8F8F8F. Windows color (decimal): -5537887 or 10583979. OLE color: 10583979.

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

Color convert

RGB171127161-
CMYK00.260.060.33
HSL313.64º20.75%58.43%-
HSV(B)313.64º25.73%67.06%-
XYZ30.8226.4137.19-
YUV144.03137.58147.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.25%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=37.25%
G=27.67%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112716100.260.060.33313.6420.7558.43
HexAB7FA101A62113a153a
Octal2531772410326414722572
Binary1010101111111111010000101101011010000110011101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7FA1; }

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

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

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

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

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

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

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

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