#AA74A0

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

Shades of Bouquet #AA74A0

Tints of Bouquet #AA74A0

Color information

#AA74A0 (or 0xAA74A0) is unknown color: approx Bouquet. HEX triplet: AA, 74 and A0. RGB value is (170,116,160). Sum of RGB (Red+Green+Blue) = 170+116+160=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA74A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA74A0 is #558B5F. Grayscale: #898989. Windows color (decimal): -5606240 or 10515626. OLE color: 10515626.

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

Color convert

RGB170116160-
CMYK00.320.060.33
HSL311.11º24.11%56.08%-
HSV(B)311.11º31.76%66.67%-
XYZ29.1723.5736.27-
YUV137.16140.89151.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 160 (62.89% from 255) = 35.87%
R=38.12%
G=26.01%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011616000.320.060.33311.1124.1156.08
HexAA74A00206211371838
Octal2521642400406414673070
Binary10101010111010010100000010000011010000110011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA74A0; }

 p { color: rgb(170,116,160); }

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

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

 a { background-color: rgb(170,116,160); }

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

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

 span { border-color: rgb(170,116,160); }

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