#AB769E

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

Shades of Bouquet #AB769E

Tints of Bouquet #AB769E

Color information

#AB769E (or 0xAB769E) is unknown color: approx Bouquet. HEX triplet: AB, 76 and 9E. RGB value is (171,118,158). Sum of RGB (Red+Green+Blue) = 171+118+158=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769E is #548961. Grayscale: #8A8A8A. Windows color (decimal): -5540194 or 10385067. OLE color: 10385067.

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

Color convert

RGB171118158-
CMYK00.310.080.33
HSL314.72º23.98%56.67%-
HSV(B)314.72º30.99%67.06%-
XYZ29.4424.0835.44-
YUV138.41139.06151.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=38.26%
G=26.40%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111815800.310.080.33314.7223.9856.67
HexAB769E01F82113b1839
Octal25316623603710414733071
Binary10101011111011010011110011111100010000110011101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB769E; }

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

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

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

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

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

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

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

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