Html Css Color HEX #AA7194 Bouquet

📋 copy color: '#AA7194'

red 170 ◦ green 113 ◦ blue 148

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

Shades of Bouquet #AA7194

Tints of Bouquet #AA7194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.22%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 39.44%
G = 26.22%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA7194 (or 0xAA7194) is known color: Bouquet. HEX triplet: AA, 71 and 94. RGB value is (170,113,148). Sum of RGB (Red+Green+Blue) = 170+113+148=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7194 is #558E6B. Grayscale: #858585. Windows color (decimal): -5607020 or 9728426. OLE color: 9728426.

HSL color Cylindrical-coordinate representation of color #AA7194: hue angle of 323.16º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7194 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 148 -
CMYK 0 0.34 0.13 0.33
HSL 323.16º 0.25% 0.55% -
HSV(B) 323.16º 0.34% 0.67% -
XYZ 27.83 22.49 30.89 -
YUV 134.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 170 113 148 0 0.34 0.13 0.33 323.16 0.25 0.55
Hex AA 71 94 0 22 D 21 143 19 37
Octal 252 161 224 0 42 15 41 503 31 67
Binary 10101010 1110001 10010100 0 100010 1101 100001 101000011 11001 110111

Color Harmonies of #AA7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7194

Black with #AA7194

Text Example


Text Example

White with #AA7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7194; }

 p { color: rgb(170,113,148); }

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

background-color css

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

 a { background-color: rgb(170,113,148); }

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

border-color css

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

 span { border-color: rgb(170,113,148); }

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