Html Css Color HEX #AA71A0 Bouquet

📋 copy color: '#AA71A0'

red 170 ◦ green 113 ◦ blue 160

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

Shades of Bouquet #AA71A0

Tints of Bouquet #AA71A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 38.37%
G = 25.51%
B = 36.12%

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

#AA71A0 (or 0xAA71A0) is known color: Bouquet. HEX triplet: AA, 71 and A0. RGB value is (170,113,160). Sum of RGB (Red+Green+Blue) = 170+113+160=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA71A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA71A0 is #558E5F. Grayscale: #878787. Windows color (decimal): -5607008 or 10514858. OLE color: 10514858.

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

Color convert

RGB 170 113 160 -
CMYK 0 0.34 0.06 0.33
HSL 310.53º 0.25% 0.55% -
HSV(B) 310.53º 0.34% 0.67% -
XYZ 28.83 22.89 36.16 -
YUV 135.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 170 113 160 0 0.34 0.06 0.33 310.53 0.25 0.55
Hex AA 71 A0 0 22 6 21 137 19 37
Octal 252 161 240 0 42 6 41 467 31 67
Binary 10101010 1110001 10100000 0 100010 110 100001 100110111 11001 110111

Color Harmonies of #AA71A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71A0

Black with #AA71A0

Text Example


Text Example

White with #AA71A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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