#AB78A2

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

Shades of Bouquet #AB78A2

Tints of Bouquet #AB78A2

Color information

#AB78A2 (or 0xAB78A2) is unknown color: approx Bouquet. HEX triplet: AB, 78 and A2. RGB value is (171,120,162). Sum of RGB (Red+Green+Blue) = 171+120+162=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB78A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB78A2 is #54875D. Grayscale: #8B8B8B. Windows color (decimal): -5539678 or 10647723. OLE color: 10647723.

HSL color Cylindrical-coordinate representation of color #AB78A2: hue angle of 310.59º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB78A2 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB171120162-
CMYK00.300.050.33
HSL310.59º23.29%57.06%-
HSV(B)310.59º29.82%67.06%-
XYZ30.0324.737.37-
YUV140.04140.4150.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=37.75%
G=26.49%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112016200.300.050.33310.5923.2957.06
HexAB78A201E5211371739
Octal2531702420365414672771
Binary1010101111110001010001001111010110000110011011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78A2; }

 p { color: rgb(171,120,162); }

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

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

 a { background-color: rgb(171,120,162); }

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

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

 span { border-color: rgb(171,120,162); }

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