Html Css Color HEX #AA719A Bouquet

📋 copy color: '#AA719A'

red 170 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #AA719A

Tints of Bouquet #AA719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 38.9%
G = 25.86%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA719A (or 0xAA719A) is known color: Bouquet. HEX triplet: AA, 71 and 9A. RGB value is (170,113,154). Sum of RGB (Red+Green+Blue) = 170+113+154=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719A is #558E65. Grayscale: #868686. Windows color (decimal): -5607014 or 10121642. OLE color: 10121642.

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

Color convert

RGB 170 113 154 -
CMYK 0 0.34 0.09 0.33
HSL 316.84º 0.25% 0.55% -
HSV(B) 316.84º 0.34% 0.67% -
XYZ 28.32 22.69 33.46 -
YUV 134.72 138.88 153.17 -
System Red Green Blue C M Y K H S L
Decimal 170 113 154 0 0.34 0.09 0.33 316.84 0.25 0.55
Hex AA 71 9A 0 22 9 21 13D 19 37
Octal 252 161 232 0 42 11 41 475 31 67
Binary 10101010 1110001 10011010 0 100010 1001 100001 100111101 11001 110111

Color Harmonies of #AA719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA719A

Black with #AA719A

Text Example


Text Example

White with #AA719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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