Html Css Color HEX #AA7399 Bouquet

📋 copy color: '#AA7399'

red 170 ◦ green 115 ◦ blue 153

#AA7399
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #AA7399

Tints of Bouquet #AA7399

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

 GREEN value IS 115 (45.31% from 255) = 26.26%

 BLUE value IS 153 (60.16% from 255) = 34.93%

R = 38.81%
G = 26.26%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA7399 (or 0xAA7399) is known color: Bouquet. HEX triplet: AA, 73 and 99. RGB value is (170,115,153). Sum of RGB (Red+Green+Blue) = 170+115+153=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7399 is #558C66. Grayscale: #878787. Windows color (decimal): -5606503 or 10056618. OLE color: 10056618.

HSL color Cylindrical-coordinate representation of color #AA7399: hue angle of 318.55º 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 #AA7399 is Cyan = 0, Magento = 0.32, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 115 153 -
CMYK 0 0.32 0.1 0.33
HSL 318.55º 0.24% 0.56% -
HSV(B) 318.55º 0.32% 0.67% -
XYZ 28.46 23.11 33.1 -
YUV 135.78 137.72 152.41 -
System Red Green Blue C M Y K H S L
Decimal 170 115 153 0 0.32 0.1 0.33 318.55 0.24 0.56
Hex AA 73 99 0 20 A 21 13F 18 38
Octal 252 163 231 0 40 12 41 477 30 70
Binary 10101010 1110011 10011001 0 100000 1010 100001 100111111 11000 111000

Color Harmonies of #AA7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7399

Black with #AA7399

Text Example


Text Example

White with #AA7399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7399; }

 p { color: rgb(170,115,153); }

 H1.HeaderClassName
 {
   color: #AA7399;
 }
 .AnyTagClassName
 {
   color: #AA7399;
 }
</style>

background-color css

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

 a { background-color: rgb(170,115,153); }

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

border-color css

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

 span { border-color: rgb(170,115,153); }

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