Html Css Color HEX #AA7B93 Bouquet

📋 copy color: '#AA7B93'

red 170 ◦ green 123 ◦ blue 147

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

Shades of Bouquet #AA7B93

Tints of Bouquet #AA7B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.41%

R = 38.64%
G = 27.95%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA7B93 (or 0xAA7B93) is known color: Bouquet. HEX triplet: AA, 7B and 93. RGB value is (170,123,147). Sum of RGB (Red+Green+Blue) = 170+123+147=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B93 is #55846C. Grayscale: #8B8B8B. Windows color (decimal): -5604461 or 9665450. OLE color: 9665450.

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

Color convert

RGB 170 123 147 -
CMYK 0 0.28 0.14 0.33
HSL 329.36º 0.22% 0.57% -
HSV(B) 329.36º 0.28% 0.67% -
XYZ 28.93 24.82 30.87 -
YUV 139.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 170 123 147 0 0.28 0.14 0.33 329.36 0.22 0.57
Hex AA 7B 93 0 1C E 21 149 16 39
Octal 252 173 223 0 34 16 41 511 26 71
Binary 10101010 1111011 10010011 0 11100 1110 100001 101001001 10110 111001

Color Harmonies of #AA7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7B93

Black with #AA7B93

Text Example


Text Example

White with #AA7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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