Html Css Color HEX #AA7593 Bouquet

📋 copy color: '#AA7593'

red 170 ◦ green 117 ◦ blue 147

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

Shades of Bouquet #AA7593

Tints of Bouquet #AA7593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 39.17%
G = 26.96%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA7593 (or 0xAA7593) is known color: Bouquet. HEX triplet: AA, 75 and 93. RGB value is (170,117,147). Sum of RGB (Red+Green+Blue) = 170+117+147=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7593 is #558A6C. Grayscale: #888888. Windows color (decimal): -5605997 or 9663914. OLE color: 9663914.

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

Color convert

RGB 170 117 147 -
CMYK 0 0.31 0.14 0.33
HSL 326.04º 0.24% 0.56% -
HSV(B) 326.04º 0.31% 0.67% -
XYZ 28.21 23.38 30.63 -
YUV 136.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 170 117 147 0 0.31 0.14 0.33 326.04 0.24 0.56
Hex AA 75 93 0 1F E 21 146 18 38
Octal 252 165 223 0 37 16 41 506 30 70
Binary 10101010 1110101 10010011 0 11111 1110 100001 101000110 11000 111000

Color Harmonies of #AA7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7593

Black with #AA7593

Text Example


Text Example

White with #AA7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7593; }

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

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

background-color css

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

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

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

border-color css

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

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

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