Html Css Color HEX #AA7393 Bouquet

📋 copy color: '#AA7393'

red 170 ◦ green 115 ◦ blue 147

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

Shades of Bouquet #AA7393

Tints of Bouquet #AA7393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 39.35%
G = 26.62%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA7393 (or 0xAA7393) is known color: Bouquet. HEX triplet: AA, 73 and 93. RGB value is (170,115,147). Sum of RGB (Red+Green+Blue) = 170+115+147=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7393 is #558C6C. Grayscale: #878787. Windows color (decimal): -5606509 or 9663402. OLE color: 9663402.

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

Color convert

RGB 170 115 147 -
CMYK 0 0.32 0.14 0.33
HSL 325.09º 0.24% 0.56% -
HSV(B) 325.09º 0.32% 0.67% -
XYZ 27.97 22.91 30.55 -
YUV 135.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 170 115 147 0 0.32 0.14 0.33 325.09 0.24 0.56
Hex AA 73 93 0 20 E 21 145 18 38
Octal 252 163 223 0 40 16 41 505 30 70
Binary 10101010 1110011 10010011 0 100000 1110 100001 101000101 11000 111000

Color Harmonies of #AA7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7393

Black with #AA7393

Text Example


Text Example

White with #AA7393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7393; }

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

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

background-color css

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

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

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

border-color css

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

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

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