Html Css Color HEX #AA719D Bouquet

📋 copy color: '#AA719D'

red 170 ◦ green 113 ◦ blue 157

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

Shades of Bouquet #AA719D

Tints of Bouquet #AA719D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 38.64%
G = 25.68%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA719D (or 0xAA719D) is known color: Bouquet. HEX triplet: AA, 71 and 9D. RGB value is (170,113,157). Sum of RGB (Red+Green+Blue) = 170+113+157=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719D is #558E62. Grayscale: #868686. Windows color (decimal): -5607011 or 10318250. OLE color: 10318250.

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

Color convert

RGB 170 113 157 -
CMYK 0 0.34 0.08 0.33
HSL 313.68º 0.25% 0.55% -
HSV(B) 313.68º 0.34% 0.67% -
XYZ 28.57 22.79 34.79 -
YUV 135.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 170 113 157 0 0.34 0.08 0.33 313.68 0.25 0.55
Hex AA 71 9D 0 22 8 21 13A 19 37
Octal 252 161 235 0 42 10 41 472 31 67
Binary 10101010 1110001 10011101 0 100010 1000 100001 100111010 11001 110111

Color Harmonies of #AA719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA719D

Black with #AA719D

Text Example


Text Example

White with #AA719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA719D; }

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

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

background-color css

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

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

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

border-color css

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

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

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