Html Css Color HEX #AA7A9D Bouquet

📋 copy color: '#AA7A9D'

red 170 ◦ green 122 ◦ blue 157

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

Shades of Bouquet #AA7A9D

Tints of Bouquet #AA7A9D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.17%

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

R = 37.86%
G = 27.17%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA7A9D (or 0xAA7A9D) is known color: Bouquet. HEX triplet: AA, 7A and 9D. RGB value is (170,122,157). Sum of RGB (Red+Green+Blue) = 170+122+157=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7A9D is #558562. Grayscale: #8C8C8C. Windows color (decimal): -5604707 or 10320554. OLE color: 10320554.

HSL color Cylindrical-coordinate representation of color #AA7A9D: hue angle of 316.25º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7A9D is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 157 -
CMYK 0 0.28 0.08 0.33
HSL 316.25º 0.22% 0.57% -
HSV(B) 316.25º 0.28% 0.67% -
XYZ 29.62 24.9 35.14 -
YUV 140.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 170 122 157 0 0.28 0.08 0.33 316.25 0.22 0.57
Hex AA 7A 9D 0 1C 8 21 13C 16 39
Octal 252 172 235 0 34 10 41 474 26 71
Binary 10101010 1111010 10011101 0 11100 1000 100001 100111100 10110 111001

Color Harmonies of #AA7A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A9D

Black with #AA7A9D

Text Example


Text Example

White with #AA7A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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