Html Css Color HEX #AA7AA5 Bouquet

📋 copy color: '#AA7AA5'

red 170 ◦ green 122 ◦ blue 165

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

Shades of Bouquet #AA7AA5

Tints of Bouquet #AA7AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.11%

R = 37.2%
G = 26.7%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#AA7AA5 (or 0xAA7AA5) is known color: Bouquet. HEX triplet: AA, 7A and A5. RGB value is (170,122,165). Sum of RGB (Red+Green+Blue) = 170+122+165=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7AA5 is #55855A. Grayscale: #8D8D8D. Windows color (decimal): -5604699 or 10844842. OLE color: 10844842.

HSL color Cylindrical-coordinate representation of color #AA7AA5: hue angle of 306.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 #AA7AA5 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 122 165 -
CMYK 0 0.28 0.03 0.33
HSL 306.25º 0.22% 0.57% -
HSV(B) 306.25º 0.28% 0.67% -
XYZ 30.33 25.18 38.86 -
YUV 141.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 170 122 165 0 0.28 0.03 0.33 306.25 0.22 0.57
Hex AA 7A A5 0 1C 3 21 132 16 39
Octal 252 172 245 0 34 3 41 462 26 71
Binary 10101010 1111010 10100101 0 11100 11 100001 100110010 10110 111001

Color Harmonies of #AA7AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AA5

Black with #AA7AA5

Text Example


Text Example

White with #AA7AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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