Html Css Color HEX #AA7698 Bouquet

📋 copy color: '#AA7698'

red 170 ◦ green 118 ◦ blue 152

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

Shades of Bouquet #AA7698

Tints of Bouquet #AA7698

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 152 (59.77% from 255) = 34.55%

R = 38.64%
G = 26.82%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA7698 (or 0xAA7698) is known color: Bouquet. HEX triplet: AA, 76 and 98. RGB value is (170,118,152). Sum of RGB (Red+Green+Blue) = 170+118+152=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 152 (59.77% from 255 or 34.55% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7698 is #558967. Grayscale: #898989. Windows color (decimal): -5605736 or 9991850. OLE color: 9991850.

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

Color convert

RGB 170 118 152 -
CMYK 0 0.31 0.11 0.33
HSL 320.77º 0.23% 0.56% -
HSV(B) 320.77º 0.31% 0.67% -
XYZ 28.72 23.77 32.78 -
YUV 137.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 170 118 152 0 0.31 0.11 0.33 320.77 0.23 0.56
Hex AA 76 98 0 1F B 21 141 17 38
Octal 252 166 230 0 37 13 41 501 27 70
Binary 10101010 1110110 10011000 0 11111 1011 100001 101000001 10111 111000

Color Harmonies of #AA7698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7698

Black with #AA7698

Text Example


Text Example

White with #AA7698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7698; }

 p { color: rgb(170,118,152); }

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

background-color css

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

 a { background-color: rgb(170,118,152); }

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

border-color css

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

 span { border-color: rgb(170,118,152); }

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