Html Css Color HEX #AA8198 Bouquet

📋 copy color: '#AA8198'

red 170 ◦ green 129 ◦ blue 152

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

Shades of Bouquet #AA8198

Tints of Bouquet #AA8198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.7%

R = 37.69%
G = 28.6%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA8198 (or 0xAA8198) is known color: Bouquet. HEX triplet: AA, 81 and 98. RGB value is (170,129,152). Sum of RGB (Red+Green+Blue) = 170+129+152=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8198 is #557E67. Grayscale: #8F8F8F. Windows color (decimal): -5602920 or 9994666. OLE color: 9994666.

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

Color convert

RGB 170 129 152 -
CMYK 0 0.24 0.11 0.33
HSL 326.34º 0.19% 0.59% -
HSV(B) 326.34º 0.24% 0.67% -
XYZ 30.1 26.51 33.24 -
YUV 143.88 132.58 146.63 -
System Red Green Blue C M Y K H S L
Decimal 170 129 152 0 0.24 0.11 0.33 326.34 0.19 0.59
Hex AA 81 98 0 18 B 21 146 13 3B
Octal 252 201 230 0 30 13 41 506 23 73
Binary 10101010 10000001 10011000 0 11000 1011 100001 101000110 10011 111011

Color Harmonies of #AA8198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8198

Black with #AA8198

Text Example


Text Example

White with #AA8198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8198; }

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

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

background-color css

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

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

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

border-color css

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

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

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