Html Css Color HEX #AA719F Bouquet

📋 copy color: '#AA719F'

red 170 ◦ green 113 ◦ blue 159

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

Shades of Bouquet #AA719F

Tints of Bouquet #AA719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 38.46%
G = 25.57%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA719F (or 0xAA719F) is known color: Bouquet. HEX triplet: AA, 71 and 9F. RGB value is (170,113,159). Sum of RGB (Red+Green+Blue) = 170+113+159=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA719F is #558E60. Grayscale: #878787. Windows color (decimal): -5607009 or 10449322. OLE color: 10449322.

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

Color convert

RGB 170 113 159 -
CMYK 0 0.34 0.06 0.33
HSL 311.58º 0.25% 0.55% -
HSV(B) 311.58º 0.34% 0.67% -
XYZ 28.74 22.86 35.7 -
YUV 135.29 141.38 152.76 -
System Red Green Blue C M Y K H S L
Decimal 170 113 159 0 0.34 0.06 0.33 311.58 0.25 0.55
Hex AA 71 9F 0 22 6 21 138 19 37
Octal 252 161 237 0 42 6 41 470 31 67
Binary 10101010 1110001 10011111 0 100010 110 100001 100111000 11001 110111

Color Harmonies of #AA719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA719F

Black with #AA719F

Text Example


Text Example

White with #AA719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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