#AB6994

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

Shades of Bouquet #AB6994

Tints of Bouquet #AB6994

Color information

#AB6994 (or 0xAB6994) is unknown color: approx Bouquet. HEX triplet: AB, 69 and 94. RGB value is (171,105,148). Sum of RGB (Red+Green+Blue) = 171+105+148=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6994 is #54966B. Grayscale: #818181. Windows color (decimal): -5543532 or 9726379. OLE color: 9726379.

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

Color convert

RGB171105148-
CMYK00.390.130.33
HSL320.91º28.21%54.12%-
HSV(B)320.91º38.6%67.06%-
XYZ27.1920.930.62-
YUV129.64138.37157.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 105 (41.41% from 255) = 24.76%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=40.33%
G=24.76%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110514800.390.130.33320.9128.2154.12
HexAB6994027D211411c36
Octal25315122404715415013466
Binary101010111101001100101000100111110110000110100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6994; }

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

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

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

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

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

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

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

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