Html Css Color HEX #AA7298 Bouquet

📋 copy color: '#AA7298'

red 170 ◦ green 114 ◦ blue 152

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

Shades of Bouquet #AA7298

Tints of Bouquet #AA7298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.15%

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

R = 38.99%
G = 26.15%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA7298 (or 0xAA7298) is known color: Bouquet. HEX triplet: AA, 72 and 98. RGB value is (170,114,152). Sum of RGB (Red+Green+Blue) = 170+114+152=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7298 is #558D67. Grayscale: #868686. Windows color (decimal): -5606760 or 9990826. OLE color: 9990826.

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

Color convert

RGB 170 114 152 -
CMYK 0 0.33 0.11 0.33
HSL 319.29º 0.25% 0.56% -
HSV(B) 319.29º 0.33% 0.67% -
XYZ 28.26 22.85 32.63 -
YUV 135.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 170 114 152 0 0.33 0.11 0.33 319.29 0.25 0.56
Hex AA 72 98 0 21 B 21 13F 19 38
Octal 252 162 230 0 41 13 41 477 31 70
Binary 10101010 1110010 10011000 0 100001 1011 100001 100111111 11001 111000

Color Harmonies of #AA7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7298

Black with #AA7298

Text Example


Text Example

White with #AA7298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7298; }

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

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

background-color css

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

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

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

border-color css

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

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

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