Html Css Color HEX #AA7394 Bouquet

📋 copy color: '#AA7394'

red 170 ◦ green 115 ◦ blue 148

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

Shades of Bouquet #AA7394

Tints of Bouquet #AA7394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.56%

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

R = 39.26%
G = 26.56%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA7394 (or 0xAA7394) is known color: Bouquet. HEX triplet: AA, 73 and 94. RGB value is (170,115,148). Sum of RGB (Red+Green+Blue) = 170+115+148=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7394 is #558C6B. Grayscale: #878787. Windows color (decimal): -5606508 or 9728938. OLE color: 9728938.

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

Color convert

RGB 170 115 148 -
CMYK 0 0.32 0.13 0.33
HSL 324º 0.24% 0.56% -
HSV(B) 324º 0.32% 0.67% -
XYZ 28.05 22.95 30.97 -
YUV 135.21 135.22 152.82 -
System Red Green Blue C M Y K H S L
Decimal 170 115 148 0 0.32 0.13 0.33 324 0.24 0.56
Hex AA 73 94 0 20 D 21 144 18 38
Octal 252 163 224 0 40 15 41 504 30 70
Binary 10101010 1110011 10010100 0 100000 1101 100001 101000100 11000 111000

Color Harmonies of #AA7394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7394

Black with #AA7394

Text Example


Text Example

White with #AA7394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7394; }

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

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

background-color css

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

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

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

border-color css

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

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

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