Html Css Color HEX #AA7099 Bouquet

📋 copy color: '#AA7099'

red 170 ◦ green 112 ◦ blue 153

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

Shades of Bouquet #AA7099

Tints of Bouquet #AA7099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

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

R = 39.08%
G = 25.75%
B = 35.17%

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

#AA7099 (or 0xAA7099) is known color: Bouquet. HEX triplet: AA, 70 and 99. RGB value is (170,112,153). Sum of RGB (Red+Green+Blue) = 170+112+153=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7099 is #558F66. Grayscale: #858585. Windows color (decimal): -5607271 or 10055850. OLE color: 10055850.

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

Color convert

RGB 170 112 153 -
CMYK 0 0.34 0.1 0.33
HSL 317.59º 0.25% 0.55% -
HSV(B) 317.59º 0.34% 0.67% -
XYZ 28.12 22.43 32.99 -
YUV 134.02 138.72 153.67 -
System Red Green Blue C M Y K H S L
Decimal 170 112 153 0 0.34 0.1 0.33 317.59 0.25 0.55
Hex AA 70 99 0 22 A 21 13E 19 37
Octal 252 160 231 0 42 12 41 476 31 67
Binary 10101010 1110000 10011001 0 100010 1010 100001 100111110 11001 110111

Color Harmonies of #AA7099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7099

Black with #AA7099

Text Example


Text Example

White with #AA7099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7099; }

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

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

background-color css

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

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

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

border-color css

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

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

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