#AB6A96

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

Shades of Bouquet #AB6A96

Tints of Bouquet #AB6A96

Color information

#AB6A96 (or 0xAB6A96) is unknown color: approx Bouquet. HEX triplet: AB, 6A and 96. RGB value is (171,106,150). Sum of RGB (Red+Green+Blue) = 171+106+150=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A96 is #549569. Grayscale: #828282. Windows color (decimal): -5543274 or 9857707. OLE color: 9857707.

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

Color convert

RGB171106150-
CMYK00.380.120.33
HSL319.38º27.9%54.31%-
HSV(B)319.38º38.01%67.06%-
XYZ27.4521.1731.49-
YUV130.45139.03156.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 106 (41.80% from 255) = 24.82%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=40.05%
G=24.82%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110615000.380.120.33319.3827.954.31
HexAB6A96026C2113f1c36
Octal25315222604614414773466
Binary101010111101010100101100100110110010000110011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A96; }

 p { color: rgb(171,106,150); }

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

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

 a { background-color: rgb(171,106,150); }

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

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

 span { border-color: rgb(171,106,150); }

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