#AB8198

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

Shades of Bouquet #AB8198

Tints of Bouquet #AB8198

Color information

#AB8198 (or 0xAB8198) is unknown color: approx Bouquet. HEX triplet: AB, 81 and 98. RGB value is (171,129,152). Sum of RGB (Red+Green+Blue) = 171+129+152=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8198 is #547E67. Grayscale: #909090. Windows color (decimal): -5537384 or 9994667. OLE color: 9994667.

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

Color convert

RGB171129152-
CMYK00.250.110.33
HSL327.14º20%58.82%-
HSV(B)327.14º24.56%67.06%-
XYZ30.3126.6333.25-
YUV144.18132.41147.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 152 (59.77% from 255) = 33.63%
R=37.83%
G=28.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112915200.250.110.33327.142058.82
HexAB8198019B21147143b
Octal25320123003113415072473
Binary101010111000000110011000011001101110000110100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8198; }

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

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

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

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

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

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

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

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