Html Css Color HEX #A07999 Bouquet

📋 copy color: '#A07999'

red 160 ◦ green 121 ◦ blue 153

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

Shades of Bouquet #A07999

Tints of Bouquet #A07999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

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

R = 36.87%
G = 27.88%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A07999 (or 0xA07999) is known color: Bouquet. HEX triplet: A0, 79 and 99. RGB value is (160,121,153). Sum of RGB (Red+Green+Blue) = 160+121+153=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A07999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07999 is #5F8666. Grayscale: #888888. Windows color (decimal): -6260327 or 10058144. OLE color: 10058144.

HSL color Cylindrical-coordinate representation of color #A07999: hue angle of 310.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07999 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 153 -
CMYK 0 0.24 0.04 0.37
HSL 310.77º 0.17% 0.55% -
HSV(B) 310.77º 0.24% 0.63% -
XYZ 27.08 23.45 33.24 -
YUV 136.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 160 121 153 0 0.24 0.04 0.37 310.77 0.17 0.55
Hex A0 79 99 0 18 4 25 137 11 37
Octal 240 171 231 0 30 4 45 467 21 67
Binary 10100000 1111001 10011001 0 11000 100 100101 100110111 10001 110111

Color Harmonies of #A07999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07999

Black with #A07999

Text Example


Text Example

White with #A07999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07999; }

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

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

background-color css

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

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

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

border-color css

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

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

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