Html Css Color HEX #AA7B9E Bouquet

📋 copy color: '#AA7B9E'

red 170 ◦ green 123 ◦ blue 158

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

Shades of Bouquet #AA7B9E

Tints of Bouquet #AA7B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.27%

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

R = 37.69%
G = 27.27%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA7B9E (or 0xAA7B9E) is known color: Bouquet. HEX triplet: AA, 7B and 9E. RGB value is (170,123,158). Sum of RGB (Red+Green+Blue) = 170+123+158=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B9E is #558461. Grayscale: #8C8C8C. Windows color (decimal): -5604450 or 10386346. OLE color: 10386346.

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

Color convert

RGB 170 123 158 -
CMYK 0 0.28 0.07 0.33
HSL 315.32º 0.22% 0.57% -
HSV(B) 315.32º 0.28% 0.67% -
XYZ 29.83 25.18 35.64 -
YUV 141.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 170 123 158 0 0.28 0.07 0.33 315.32 0.22 0.57
Hex AA 7B 9E 0 1C 7 21 13B 16 39
Octal 252 173 236 0 34 7 41 473 26 71
Binary 10101010 1111011 10011110 0 11100 111 100001 100111011 10110 111001

Color Harmonies of #AA7B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B9E

Black with #AA7B9E

Text Example


Text Example

White with #AA7B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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