Html Css Color HEX #AA759E Bouquet

📋 copy color: '#AA759E'

red 170 ◦ green 117 ◦ blue 158

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

Shades of Bouquet #AA759E

Tints of Bouquet #AA759E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 38.2%
G = 26.29%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA759E (or 0xAA759E) is known color: Bouquet. HEX triplet: AA, 75 and 9E. RGB value is (170,117,158). Sum of RGB (Red+Green+Blue) = 170+117+158=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759E is #558A61. Grayscale: #898989. Windows color (decimal): -5605986 or 10384810. OLE color: 10384810.

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

Color convert

RGB 170 117 158 -
CMYK 0 0.31 0.07 0.33
HSL 313.58º 0.24% 0.56% -
HSV(B) 313.58º 0.31% 0.67% -
XYZ 29.11 23.74 35.4 -
YUV 137.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 170 117 158 0 0.31 0.07 0.33 313.58 0.24 0.56
Hex AA 75 9E 0 1F 7 21 13A 18 38
Octal 252 165 236 0 37 7 41 472 30 70
Binary 10101010 1110101 10011110 0 11111 111 100001 100111010 11000 111000

Color Harmonies of #AA759E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA759E

Black with #AA759E

Text Example


Text Example

White with #AA759E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA759E; }

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

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

background-color css

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

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

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

border-color css

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

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

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