Html Css Color HEX #AA759D Bouquet

📋 copy color: '#AA759D'

red 170 ◦ green 117 ◦ blue 157

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

Shades of Bouquet #AA759D

Tints of Bouquet #AA759D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 38.29%
G = 26.35%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA759D (or 0xAA759D) is known color: Bouquet. HEX triplet: AA, 75 and 9D. RGB value is (170,117,157). Sum of RGB (Red+Green+Blue) = 170+117+157=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA759D is #558A62. Grayscale: #898989. Windows color (decimal): -5605987 or 10319274. OLE color: 10319274.

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

Color convert

RGB 170 117 157 -
CMYK 0 0.31 0.08 0.33
HSL 314.72º 0.24% 0.56% -
HSV(B) 314.72º 0.31% 0.67% -
XYZ 29.02 23.7 34.94 -
YUV 137.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 170 117 157 0 0.31 0.08 0.33 314.72 0.24 0.56
Hex AA 75 9D 0 1F 8 21 13B 18 38
Octal 252 165 235 0 37 10 41 473 30 70
Binary 10101010 1110101 10011101 0 11111 1000 100001 100111011 11000 111000

Color Harmonies of #AA759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA759D

Black with #AA759D

Text Example


Text Example

White with #AA759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA759D; }

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

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

background-color css

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

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

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

border-color css

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

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

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