Html Css Color HEX #AA7495 Bouquet

📋 copy color: '#AA7495'

red 170 ◦ green 116 ◦ blue 149

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

Shades of Bouquet #AA7495

Tints of Bouquet #AA7495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.67%

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 39.08%
G = 26.67%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA7495 (or 0xAA7495) is known color: Bouquet. HEX triplet: AA, 74 and 95. RGB value is (170,116,149). Sum of RGB (Red+Green+Blue) = 170+116+149=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7495 is #558B6A. Grayscale: #878787. Windows color (decimal): -5606251 or 9794730. OLE color: 9794730.

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

Color convert

RGB 170 116 149 -
CMYK 0 0.32 0.12 0.33
HSL 323.33º 0.24% 0.56% -
HSV(B) 323.33º 0.32% 0.67% -
XYZ 28.25 23.21 31.42 -
YUV 135.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 170 116 149 0 0.32 0.12 0.33 323.33 0.24 0.56
Hex AA 74 95 0 20 C 21 143 18 38
Octal 252 164 225 0 40 14 41 503 30 70
Binary 10101010 1110100 10010101 0 100000 1100 100001 101000011 11000 111000

Color Harmonies of #AA7495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7495

Black with #AA7495

Text Example


Text Example

White with #AA7495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7495; }

 p { color: rgb(170,116,149); }

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

background-color css

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

 a { background-color: rgb(170,116,149); }

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

border-color css

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

 span { border-color: rgb(170,116,149); }

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