Html Css Color HEX #A07499 Bouquet

📋 copy color: '#A07499'

red 160 ◦ green 116 ◦ blue 153

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

Shades of Bouquet #A07499

Tints of Bouquet #A07499

RGB

 RED value IS 160 (62.89% from 255) = 37.3%

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

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 37.3%
G = 27.04%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A07499 (or 0xA07499) is known color: Bouquet. HEX triplet: A0, 74 and 99. RGB value is (160,116,153). Sum of RGB (Red+Green+Blue) = 160+116+153=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A07499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07499 is #5F8B66. Grayscale: #858585. Windows color (decimal): -6261607 or 10056864. OLE color: 10056864.

HSL color Cylindrical-coordinate representation of color #A07499: hue angle of 309.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07499 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 153 -
CMYK 0 0.28 0.04 0.37
HSL 309.55º 0.19% 0.54% -
HSV(B) 309.55º 0.28% 0.63% -
XYZ 26.49 22.26 33.04 -
YUV 133.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 160 116 153 0 0.28 0.04 0.37 309.55 0.19 0.54
Hex A0 74 99 0 1C 4 25 136 13 36
Octal 240 164 231 0 34 4 45 466 23 66
Binary 10100000 1110100 10011001 0 11100 100 100101 100110110 10011 110110

Color Harmonies of #A07499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07499

Black with #A07499

Text Example


Text Example

White with #A07499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07499; }

 p { color: rgb(160,116,153); }

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

background-color css

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

 a { background-color: rgb(160,116,153); }

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

border-color css

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

 span { border-color: rgb(160,116,153); }

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