Html Css Color HEX #AA719B Bouquet

📋 copy color: '#AA719B'

red 170 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #AA719B

Tints of Bouquet #AA719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 38.81%
G = 25.8%
B = 35.39%

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

#AA719B (or 0xAA719B) is known color: Bouquet. HEX triplet: AA, 71 and 9B. RGB value is (170,113,155). Sum of RGB (Red+Green+Blue) = 170+113+155=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719B is #558E64. Grayscale: #868686. Windows color (decimal): -5607013 or 10187178. OLE color: 10187178.

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

Color convert

RGB 170 113 155 -
CMYK 0 0.34 0.09 0.33
HSL 315.79º 0.25% 0.55% -
HSV(B) 315.79º 0.34% 0.67% -
XYZ 28.4 22.72 33.9 -
YUV 134.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 170 113 155 0 0.34 0.09 0.33 315.79 0.25 0.55
Hex AA 71 9B 0 22 9 21 13C 19 37
Octal 252 161 233 0 42 11 41 474 31 67
Binary 10101010 1110001 10011011 0 100010 1001 100001 100111100 11001 110111

Color Harmonies of #AA719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA719B

Black with #AA719B

Text Example


Text Example

White with #AA719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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