Html Css Color HEX #AA7C9E Bouquet

📋 copy color: '#AA7C9E'

red 170 ◦ green 124 ◦ blue 158

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

Shades of Bouquet #AA7C9E

Tints of Bouquet #AA7C9E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.43%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 37.61%
G = 27.43%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA7C9E (or 0xAA7C9E) is known color: Bouquet. HEX triplet: AA, 7C and 9E. RGB value is (170,124,158). Sum of RGB (Red+Green+Blue) = 170+124+158=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C9E is #558361. Grayscale: #8D8D8D. Windows color (decimal): -5604194 or 10386602. OLE color: 10386602.

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

Color convert

RGB 170 124 158 -
CMYK 0 0.27 0.07 0.33
HSL 315.65º 0.21% 0.58% -
HSV(B) 315.65º 0.27% 0.67% -
XYZ 29.96 25.43 35.68 -
YUV 141.63 137.24 148.24 -
System Red Green Blue C M Y K H S L
Decimal 170 124 158 0 0.27 0.07 0.33 315.65 0.21 0.58
Hex AA 7C 9E 0 1B 7 21 13C 15 3A
Octal 252 174 236 0 33 7 41 474 25 72
Binary 10101010 1111100 10011110 0 11011 111 100001 100111100 10101 111010

Color Harmonies of #AA7C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C9E

Black with #AA7C9E

Text Example


Text Example

White with #AA7C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C9E; }

 p { color: rgb(170,124,158); }

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

background-color css

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

 a { background-color: rgb(170,124,158); }

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

border-color css

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

 span { border-color: rgb(170,124,158); }

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