#AB6997

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

Shades of Bouquet #AB6997

Tints of Bouquet #AB6997

Color information

#AB6997 (or 0xAB6997) is unknown color: approx Bouquet. HEX triplet: AB, 69 and 97. RGB value is (171,105,151). Sum of RGB (Red+Green+Blue) = 171+105+151=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6997 is #549668. Grayscale: #818181. Windows color (decimal): -5543529 or 9922987. OLE color: 9922987.

HSL color Cylindrical-coordinate representation of color #AB6997: hue angle of 318.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB6997 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB171105151-
CMYK00.390.120.33
HSL318.18º28.21%54.12%-
HSV(B)318.18º38.6%67.06%-
XYZ27.432131.88-
YUV129.98139.87157.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=40.05%
G=24.59%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110515100.390.120.33318.1828.2154.12
HexAB6997027C2113e1c36
Octal25315122704714414763466
Binary101010111101001100101110100111110010000110011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6997; }

 p { color: rgb(171,105,151); }

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

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

 a { background-color: rgb(171,105,151); }

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

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

 span { border-color: rgb(171,105,151); }

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