Html Css Color HEX #AA7397 Bouquet

📋 copy color: '#AA7397'

red 170 ◦ green 115 ◦ blue 151

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

Shades of Bouquet #AA7397

Tints of Bouquet #AA7397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.38%

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 38.99%
G = 26.38%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA7397 (or 0xAA7397) is known color: Bouquet. HEX triplet: AA, 73 and 97. RGB value is (170,115,151). Sum of RGB (Red+Green+Blue) = 170+115+151=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7397 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7397 is #558C68. Grayscale: #878787. Windows color (decimal): -5606505 or 9925546. OLE color: 9925546.

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

Color convert

RGB 170 115 151 -
CMYK 0 0.32 0.11 0.33
HSL 320.73º 0.24% 0.56% -
HSV(B) 320.73º 0.32% 0.67% -
XYZ 28.29 23.04 32.23 -
YUV 135.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 170 115 151 0 0.32 0.11 0.33 320.73 0.24 0.56
Hex AA 73 97 0 20 B 21 141 18 38
Octal 252 163 227 0 40 13 41 501 30 70
Binary 10101010 1110011 10010111 0 100000 1011 100001 101000001 11000 111000

Color Harmonies of #AA7397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7397

Black with #AA7397

Text Example


Text Example

White with #AA7397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7397; }

 p { color: rgb(170,115,151); }

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

background-color css

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

 a { background-color: rgb(170,115,151); }

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

border-color css

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

 span { border-color: rgb(170,115,151); }

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