Html Css Color HEX #A07497 Bouquet

📋 copy color: '#A07497'

red 160 ◦ green 116 ◦ blue 151

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

Shades of Bouquet #A07497

Tints of Bouquet #A07497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 37.47%
G = 27.17%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A07497 (or 0xA07497) is known color: Bouquet. HEX triplet: A0, 74 and 97. RGB value is (160,116,151). Sum of RGB (Red+Green+Blue) = 160+116+151=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A07497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07497 is #5F8B68. Grayscale: #858585. Windows color (decimal): -6261609 or 9925792. OLE color: 9925792.

HSL color Cylindrical-coordinate representation of color #A07497: hue angle of 312.27º 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 #A07497 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 151 -
CMYK 0 0.28 0.06 0.37
HSL 312.27º 0.19% 0.54% -
HSV(B) 312.27º 0.28% 0.63% -
XYZ 26.33 22.2 32.18 -
YUV 133.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 160 116 151 0 0.28 0.06 0.37 312.27 0.19 0.54
Hex A0 74 97 0 1C 6 25 138 13 36
Octal 240 164 227 0 34 6 45 470 23 66
Binary 10100000 1110100 10010111 0 11100 110 100101 100111000 10011 110110

Color Harmonies of #A07497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07497

Black with #A07497

Text Example


Text Example

White with #A07497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07497; }

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

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

background-color css

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

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

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

border-color css

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

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

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