Html Css Color HEX #AA72A0 Bouquet

📋 copy color: '#AA72A0'

red 170 ◦ green 114 ◦ blue 160

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

Shades of Bouquet #AA72A0

Tints of Bouquet #AA72A0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.68%

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

R = 38.29%
G = 25.68%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA72A0 (or 0xAA72A0) is known color: Bouquet. HEX triplet: AA, 72 and A0. RGB value is (170,114,160). Sum of RGB (Red+Green+Blue) = 170+114+160=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA72A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA72A0 is #558D5F. Grayscale: #878787. Windows color (decimal): -5606752 or 10515114. OLE color: 10515114.

HSL color Cylindrical-coordinate representation of color #AA72A0: hue angle of 310.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA72A0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 114 160 -
CMYK 0 0.33 0.06 0.33
HSL 310.71º 0.25% 0.56% -
HSV(B) 310.71º 0.33% 0.67% -
XYZ 28.94 23.12 36.19 -
YUV 135.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 170 114 160 0 0.33 0.06 0.33 310.71 0.25 0.56
Hex AA 72 A0 0 21 6 21 137 19 38
Octal 252 162 240 0 41 6 41 467 31 70
Binary 10101010 1110010 10100000 0 100001 110 100001 100110111 11001 111000

Color Harmonies of #AA72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72A0

Black with #AA72A0

Text Example


Text Example

White with #AA72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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