Html Css Color HEX #AA7E9C Bouquet

📋 copy color: '#AA7E9C'

red 170 ◦ green 126 ◦ blue 156

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

Shades of Bouquet #AA7E9C

Tints of Bouquet #AA7E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

 BLUE value IS 156 (61.33% from 255) = 34.51%

R = 37.61%
G = 27.88%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA7E9C (or 0xAA7E9C) is known color: Bouquet. HEX triplet: AA, 7E and 9C. RGB value is (170,126,156). Sum of RGB (Red+Green+Blue) = 170+126+156=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E9C is #558163. Grayscale: #8E8E8E. Windows color (decimal): -5603684 or 10256042. OLE color: 10256042.

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

Color convert

RGB 170 126 156 -
CMYK 0 0.26 0.08 0.33
HSL 319.09º 0.21% 0.58% -
HSV(B) 319.09º 0.26% 0.67% -
XYZ 30.04 25.87 34.86 -
YUV 142.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 170 126 156 0 0.26 0.08 0.33 319.09 0.21 0.58
Hex AA 7E 9C 0 1A 8 21 13F 15 3A
Octal 252 176 234 0 32 10 41 477 25 72
Binary 10101010 1111110 10011100 0 11010 1000 100001 100111111 10101 111010

Color Harmonies of #AA7E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E9C

Black with #AA7E9C

Text Example


Text Example

White with #AA7E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E9C; }

 p { color: rgb(170,126,156); }

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

background-color css

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

 a { background-color: rgb(170,126,156); }

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

border-color css

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

 span { border-color: rgb(170,126,156); }

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