#AB7690

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

Shades of Bouquet #AB7690

Tints of Bouquet #AB7690

Color information

#AB7690 (or 0xAB7690) is unknown color: approx Bouquet. HEX triplet: AB, 76 and 90. RGB value is (171,118,144). Sum of RGB (Red+Green+Blue) = 171+118+144=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7690 is #54896F. Grayscale: #888888. Windows color (decimal): -5540208 or 9467563. OLE color: 9467563.

HSL color Cylindrical-coordinate representation of color #AB7690: hue angle of 330.57º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB7690 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB171118144-
CMYK00.310.160.33
HSL330.57º23.98%56.67%-
HSV(B)330.57º30.99%67.06%-
XYZ28.3123.6329.45-
YUV136.81132.06152.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.49%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 144 (56.64% from 255) = 33.26%
R=39.49%
G=27.25%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111814400.310.160.33330.5723.9856.67
HexAB769001F102114b1839
Octal25316622003720415133071
Binary101010111110110100100000111111000010000110100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7690; }

 p { color: rgb(171,118,144); }

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

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

 a { background-color: rgb(171,118,144); }

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

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

 span { border-color: rgb(171,118,144); }

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