Html Css Color HEX #AA7199 Bouquet

📋 copy color: '#AA7199'

red 170 ◦ green 113 ◦ blue 153

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

Shades of Bouquet #AA7199

Tints of Bouquet #AA7199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.92%

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

R = 38.99%
G = 25.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA7199 (or 0xAA7199) is known color: Bouquet. HEX triplet: AA, 71 and 99. RGB value is (170,113,153). Sum of RGB (Red+Green+Blue) = 170+113+153=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7199 is #558E66. Grayscale: #868686. Windows color (decimal): -5607015 or 10056106. OLE color: 10056106.

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

Color convert

RGB 170 113 153 -
CMYK 0 0.34 0.1 0.33
HSL 317.89º 0.25% 0.55% -
HSV(B) 317.89º 0.34% 0.67% -
XYZ 28.23 22.66 33.02 -
YUV 134.6 138.38 153.25 -
System Red Green Blue C M Y K H S L
Decimal 170 113 153 0 0.34 0.1 0.33 317.89 0.25 0.55
Hex AA 71 99 0 22 A 21 13E 19 37
Octal 252 161 231 0 42 12 41 476 31 67
Binary 10101010 1110001 10011001 0 100010 1010 100001 100111110 11001 110111

Color Harmonies of #AA7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7199

Black with #AA7199

Text Example


Text Example

White with #AA7199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7199; }

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

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

background-color css

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

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

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

border-color css

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

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

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