#AA7598

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

Shades of Bouquet #AA7598

Tints of Bouquet #AA7598

Color information

#AA7598 (or 0xAA7598) is unknown color: approx Bouquet. HEX triplet: AA, 75 and 98. RGB value is (170,117,152). Sum of RGB (Red+Green+Blue) = 170+117+152=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 152 (59.77% from 255 or 34.62% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7598 is #558A67. Grayscale: #888888. Windows color (decimal): -5605992 or 9991594. OLE color: 9991594.

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

Color convert

RGB170117152-
CMYK00.310.110.33
HSL320.38º23.77%56.27%-
HSV(B)320.38º31.18%66.67%-
XYZ28.6123.5432.74-
YUV136.84136.56151.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 152 (59.77% from 255) = 34.62%
R=38.72%
G=26.65%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011715200.310.110.33320.3823.7756.27
HexAA759801FB211401838
Octal25216523003713415003070
Binary10101010111010110011000011111101110000110100000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7598; }

 p { color: rgb(170,117,152); }

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

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

 a { background-color: rgb(170,117,152); }

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

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

 span { border-color: rgb(170,117,152); }

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