#AA78A5

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

Shades of Bouquet #AA78A5

Tints of Bouquet #AA78A5

Color information

#AA78A5 (or 0xAA78A5) is unknown color: approx Bouquet. HEX triplet: AA, 78 and A5. RGB value is (170,120,165). Sum of RGB (Red+Green+Blue) = 170+120+165=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA78A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA78A5 is #55875A. Grayscale: #8B8B8B. Windows color (decimal): -5605211 or 10844330. OLE color: 10844330.

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

Color convert

RGB170120165-
CMYK00.290.030.33
HSL306º22.73%56.86%-
HSV(B)306º29.41%66.67%-
XYZ30.0924.738.78-
YUV140.08142.06149.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 165 (64.84% from 255) = 36.26%
R=37.36%
G=26.37%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012016500.290.030.3330622.7356.86
HexAA78A501D3211321739
Octal2521702450353414622771
Binary101010101111000101001010111011110000110011001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA78A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA78A5; }

 p { color: rgb(170,120,165); }

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

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

 a { background-color: rgb(170,120,165); }

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

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

 span { border-color: rgb(170,120,165); }

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