Html Css Color HEX #AA76A4 Bouquet

📋 copy color: '#AA76A4'

red 170 ◦ green 118 ◦ blue 164

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

Shades of Bouquet #AA76A4

Tints of Bouquet #AA76A4

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.11%

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 37.61%
G = 26.11%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA76A4 (or 0xAA76A4) is known color: Bouquet. HEX triplet: AA, 76 and A4. RGB value is (170,118,164). Sum of RGB (Red+Green+Blue) = 170+118+164=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA76A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA76A4 is #55895B. Grayscale: #8A8A8A. Windows color (decimal): -5605724 or 10778282. OLE color: 10778282.

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

Color convert

RGB 170 118 164 -
CMYK 0 0.31 0.04 0.33
HSL 306.92º 0.23% 0.56% -
HSV(B) 306.92º 0.31% 0.67% -
XYZ 29.76 24.18 38.22 -
YUV 138.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 170 118 164 0 0.31 0.04 0.33 306.92 0.23 0.56
Hex AA 76 A4 0 1F 4 21 133 17 38
Octal 252 166 244 0 37 4 41 463 27 70
Binary 10101010 1110110 10100100 0 11111 100 100001 100110011 10111 111000

Color Harmonies of #AA76A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76A4

Black with #AA76A4

Text Example


Text Example

White with #AA76A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76A4; }

 p { color: rgb(170,118,164); }

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

background-color css

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

 a { background-color: rgb(170,118,164); }

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

border-color css

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

 span { border-color: rgb(170,118,164); }

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