#AA70A0

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

Shades of Bouquet #AA70A0

Tints of Bouquet #AA70A0

Color information

#AA70A0 (or 0xAA70A0) is unknown color: approx Bouquet. HEX triplet: AA, 70 and A0. RGB value is (170,112,160). Sum of RGB (Red+Green+Blue) = 170+112+160=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA70A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA70A0 is #558F5F. Grayscale: #868686. Windows color (decimal): -5607264 or 10514602. OLE color: 10514602.

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

Color convert

RGB170112160-
CMYK00.340.060.33
HSL310.34º25.44%55.29%-
HSV(B)310.34º34.12%66.67%-
XYZ28.7222.6736.12-
YUV134.81142.22153.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 112 (44.14% from 255) = 25.34%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=38.46%
G=25.34%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011216000.340.060.33310.3425.4455.29
HexAA70A00226211361937
Octal2521602400426414663167
Binary10101010111000010100000010001011010000110011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA70A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA70A0; }

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

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

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

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

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

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

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

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