Html Css Color HEX #AA819E Bouquet

📋 copy color: '#AA819E'

red 170 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #AA819E

Tints of Bouquet #AA819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.23%

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

R = 37.2%
G = 28.23%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA819E (or 0xAA819E) is known color: Bouquet. HEX triplet: AA, 81 and 9E. RGB value is (170,129,158). Sum of RGB (Red+Green+Blue) = 170+129+158=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 170 - color contains mainly: red. Hex color #AA819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA819E is #557E61. Grayscale: #909090. Windows color (decimal): -5602914 or 10387882. OLE color: 10387882.

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

Color convert

RGB 170 129 158 -
CMYK 0 0.24 0.07 0.33
HSL 317.56º 0.19% 0.59% -
HSV(B) 317.56º 0.24% 0.67% -
XYZ 30.6 26.72 35.89 -
YUV 144.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 170 129 158 0 0.24 0.07 0.33 317.56 0.19 0.59
Hex AA 81 9E 0 18 7 21 13E 13 3B
Octal 252 201 236 0 30 7 41 476 23 73
Binary 10101010 10000001 10011110 0 11000 111 100001 100111110 10011 111011

Color Harmonies of #AA819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA819E

Black with #AA819E

Text Example


Text Example

White with #AA819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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