Html Css Color HEX #AA7094 Bouquet

📋 copy color: '#AA7094'

red 170 ◦ green 112 ◦ blue 148

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

Shades of Bouquet #AA7094

Tints of Bouquet #AA7094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 39.53%
G = 26.05%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA7094 (or 0xAA7094) is known color: Bouquet. HEX triplet: AA, 70 and 94. RGB value is (170,112,148). Sum of RGB (Red+Green+Blue) = 170+112+148=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7094 is #558F6B. Grayscale: #858585. Windows color (decimal): -5607276 or 9728170. OLE color: 9728170.

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

Color convert

RGB 170 112 148 -
CMYK 0 0.34 0.13 0.33
HSL 322.76º 0.25% 0.55% -
HSV(B) 322.76º 0.34% 0.67% -
XYZ 27.72 22.27 30.86 -
YUV 133.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 170 112 148 0 0.34 0.13 0.33 322.76 0.25 0.55
Hex AA 70 94 0 22 D 21 143 19 37
Octal 252 160 224 0 42 15 41 503 31 67
Binary 10101010 1110000 10010100 0 100010 1101 100001 101000011 11001 110111

Color Harmonies of #AA7094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7094

Black with #AA7094

Text Example


Text Example

White with #AA7094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7094; }

 p { color: rgb(170,112,148); }

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

background-color css

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

 a { background-color: rgb(170,112,148); }

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

border-color css

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

 span { border-color: rgb(170,112,148); }

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