#AB6A92

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

Shades of Bouquet #AB6A92

Tints of Bouquet #AB6A92

Color information

#AB6A92 (or 0xAB6A92) is unknown color: approx Bouquet. HEX triplet: AB, 6A and 92. RGB value is (171,106,146). Sum of RGB (Red+Green+Blue) = 171+106+146=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6A92 is #54956D. Grayscale: #818181. Windows color (decimal): -5543278 or 9595563. OLE color: 9595563.

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

Color convert

RGB171106146-
CMYK00.380.150.33
HSL323.08º27.9%54.31%-
HSV(B)323.08º38.01%67.06%-
XYZ27.1421.0429.83-
YUV130137.03157.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 146 (57.42% from 255) = 34.52%
R=40.43%
G=25.06%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110614600.380.150.33323.0827.954.31
HexAB6A92026F211431c36
Octal25315222204617415033466
Binary101010111101010100100100100110111110000110100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6A92; }

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

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

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

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

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

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

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

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